#179EAF

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

Shades of Pelorous #179EAF

Tints of Pelorous #179EAF

Color information

#179EAF (or 0x179EAF) is unknown color: approx Pelorous. HEX triplet: 17, 9E and AF. RGB value is (23,158,175). Sum of RGB (Red+Green+Blue) = 23+158+175=356 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.46% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #179EAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179EAF is #E86150. Grayscale: #777777. Windows color (decimal): -15229265 or 11509271. OLE color: 11509271.

HSL color Cylindrical-coordinate representation of color #179EAF: hue angle of 186.71º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #179EAF is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB23158175-
CMYK0.870.1000.31
HSL186.71º76.77%38.82%-
HSV(B)186.71º86.86%68.63%-
XYZ20.3227.7344.84-
YUV119.57159.2759.12-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.46%
GREEN value IS 158 (62.11% from 255) = 44.38%
BLUE value IS 175 (68.75% from 255) = 49.16%
R=6.46%
G=44.38%
B=49.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal231581750.870.1000.31186.7176.7738.82
Hex179EAF57A01Fbb4d27
Octal272362571271203727311547
Binary10111100111101010111110101111010011111101110111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #179EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #179EAF; }

 p { color: rgb(23,158,175); }

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

<style>
 a { background-color: #179EAF; }

 a { background-color: rgb(23,158,175); }

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

<style>
 span { border-color: #179EAF; }

 span { border-color: rgb(23,158,175); }

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