Shades of Cerulean #08789D
Tints of Cerulean #08789D
RGB
CMYK
RGB Variations
Color information
#08789D (or 0x08789D) is known color: 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
| RGB | 8 | 120 | 157 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.38 |
| HSL | 194.9º | 0.9% | 0.32% | - |
| HSV(B) | 194.9º | 0.95% | 0.62% | - |
| XYZ | 12.9 | 15.92 | 34.29 | - |
| YUV | 90.73 | 165.39 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 120 | 157 | 0.95 | 0.24 | 0 | 0.38 | 194.9 | 0.9 | 0.32 |
| Hex | 8 | 78 | 9D | 5F | 18 | 0 | 26 | C3 | 5A | 20 |
| Octal | 10 | 170 | 235 | 137 | 30 | 0 | 46 | 303 | 132 | 40 |
| Binary | 1000 | 1111000 | 10011101 | 1011111 | 11000 | 0 | 100110 | 11000011 | 1011010 | 100000 |
Color Harmonies of #08789D
Complementary color
Monochromatic Colors of #08789D
Black with #08789D
Text Example
Text Example
White with #08789D
Text Example
Text Example
HTML Codes & Css Web 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>