#08789D

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

Shades of Cerulean #08789D

Tints of Cerulean #08789D

Color information

#08789D (or 0x08789D) is unknown color: approx Cerulean. HEX triplet: 08, 78 and 9D. RGB value is (8,120,157). Sum of RGB (Red+Green+Blue) = 8+120+157=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #08789D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08789D is #F78762. Grayscale: #5A5A5A. Windows color (decimal): -16222051 or 10319880. OLE color: 10319880.

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

Color convert

RGB8120157-
CMYK0.950.2400.38
HSL194.9º90.3%32.35%-
HSV(B)194.9º94.9%61.57%-
XYZ12.915.9234.29-
YUV90.73165.3968.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.81%
GREEN value IS 120 (47.27% from 255) = 42.11%
BLUE value IS 157 (61.72% from 255) = 55.09%
R=2.81%
G=42.11%
B=55.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81201570.950.2400.38194.990.332.35
Hex8789D5F18026c35a20
Octal101702351373004630313240
Binary10001111000100111011011111110000100110110000111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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