#178ba5

Color #178BA5 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #178BA5

Tints of Pelorous #178BA5

Color information

#178BA5 (or 0x178BA5) is unknown color: approx Pelorous. HEX triplet: 17, 8B and A5. RGB value is (23,139,165). Sum of RGB (Red+Green+Blue) = 23+139+165=327 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.03% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 165 (64.84% from 255 or 50.46% from 327); Max value from RGB is 165 - color contains mainly: blue. Hex color #178BA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178BA5 is #E8745A. Grayscale: #6B6B6B. Windows color (decimal): -15234139 or 10849047. OLE color: 10849047.

HSL color Cylindrical-coordinate representation of color #178BA5: hue angle of 190.99º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #178BA5 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB23139165-
CMYK0.860.1600.35
HSL190.99º75.53%36.86%-
HSV(B)190.99º86.06%64.71%-
XYZ16.3821.3638.86-
YUV107.28160.5767.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 7.03%
GREEN value IS 139 (54.69% from 255) = 42.51%
BLUE value IS 165 (64.84% from 255) = 50.46%
R=7.03%
G=42.51%
B=50.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal231391650.860.1600.35190.9975.5336.86
Hex178BA55610023bf4c25
Octal272132451262004327711445
Binary1011110001011101001011010110100000100011101111111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #178ba5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #178ba5; }

 p { color: rgb(23,139,165); }

 H1.HeaderClassName
 {
   color: #178ba5;
 }
 .AnyTagClassName
 {
   color: #178ba5;
 }
</style>
background-color css

<style>
 a { background-color: #178ba5; }

 a { background-color: rgb(23,139,165); }

 div.DivClassName
 {
   background-color: #178ba5;
 }
 .BgClassName
 {
   background-color: #178ba5;
 }
</style>
border-color css

<style>
 span { border-color: #178ba5; }

 span { border-color: rgb(23,139,165); }

 td.TdClassName
 {
   border-color: #178ba5;
 }
 .TagClassName
 {
   border-color: #178ba5;
 }
</style>