#08789F

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

Shades of Cerulean #08789F

Tints of Cerulean #08789F

Color information

#08789F (or 0x08789F) is unknown color: approx Cerulean. HEX triplet: 08, 78 and 9F. RGB value is (8,120,159). Sum of RGB (Red+Green+Blue) = 8+120+159=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #08789F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08789F is #F78760. Grayscale: #5A5A5A. Windows color (decimal): -16222049 or 10450952. OLE color: 10450952.

HSL color Cylindrical-coordinate representation of color #08789F: hue angle of 195.5º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08789F is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8120159-
CMYK0.950.2500.38
HSL195.5º90.42%32.75%-
HSV(B)195.5º94.97%62.35%-
XYZ13.0715.9935.2-
YUV90.96166.3968.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.79%
GREEN value IS 120 (47.27% from 255) = 41.81%
BLUE value IS 159 (62.5% from 255) = 55.40%
R=2.79%
G=41.81%
B=55.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81201590.950.2500.38195.590.4232.75
Hex8789F5F19026c35a21
Octal101702371373104630313241
Binary10001111000100111111011111110010100110110000111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08789F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08789F; }

 p { color: rgb(8,120,159); }

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

<style>
 a { background-color: #08789F; }

 a { background-color: rgb(8,120,159); }

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

<style>
 span { border-color: #08789F; }

 span { border-color: rgb(8,120,159); }

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