#096EAB

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

Shades of Cerulean #096EAB

Tints of Cerulean #096EAB

Color information

#096EAB (or 0x096EAB) is unknown color: approx Cerulean. HEX triplet: 09, 6E and AB. RGB value is (9,110,171). Sum of RGB (Red+Green+Blue) = 9+110+171=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #096EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096EAB is #F69154. Grayscale: #565656. Windows color (decimal): -16159061 or 11234825. OLE color: 11234825.

HSL color Cylindrical-coordinate representation of color #096EAB: hue angle of 202.59º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096EAB is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9110171-
CMYK0.950.3600.33
HSL202.59º90%35.29%-
HSV(B)202.59º94.74%67.06%-
XYZ13.0414.1540.57-
YUV86.76175.5472.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.10%
GREEN value IS 110 (43.36% from 255) = 37.93%
BLUE value IS 171 (67.19% from 255) = 58.97%
R=3.10%
G=37.93%
B=58.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91101710.950.3600.33202.599035.29
Hex96EAB5F24021cb5a23
Octal111562531374404131313243
Binary100111011101010101110111111001000100001110010111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096EAB; }

 p { color: rgb(9,110,171); }

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

<style>
 a { background-color: #096EAB; }

 a { background-color: rgb(9,110,171); }

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

<style>
 span { border-color: #096EAB; }

 span { border-color: rgb(9,110,171); }

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