#166E98

Color #166E98 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #166E98

Tints of Cerulean #166E98

Color information

#166E98 (or 0x166E98) is unknown color: approx Cerulean. HEX triplet: 16, 6E and 98. RGB value is (22,110,152). Sum of RGB (Red+Green+Blue) = 22+110+152=284 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.75% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #166E98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166E98 is #E99167. Grayscale: #585858. Windows color (decimal): -15307112 or 9989654. OLE color: 9989654.

HSL color Cylindrical-coordinate representation of color #166E98: hue angle of 199.38º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #166E98 is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB22110152-
CMYK0.860.2800.40
HSL199.38º74.71%34.12%-
HSV(B)199.38º85.53%59.61%-
XYZ11.5713.5931.72-
YUV88.48163.8580.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.75%
GREEN value IS 110 (43.36% from 255) = 38.73%
BLUE value IS 152 (59.77% from 255) = 53.52%
R=7.75%
G=38.73%
B=53.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal221101520.860.2800.40199.3874.7134.12
Hex166E98561C028c74b22
Octal261562301263405030711342
Binary101101101110100110001010110111000101000110001111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166E98; }

 p { color: rgb(22,110,152); }

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

<style>
 a { background-color: #166E98; }

 a { background-color: rgb(22,110,152); }

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

<style>
 span { border-color: #166E98; }

 span { border-color: rgb(22,110,152); }

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