Shades of Cerulean #087696
Tints of Cerulean #087696
RGB
CMYK
RGB Variations
Color information
#087696 (or 0x087696) is known color: Cerulean. HEX triplet: 08, 76 and 96. RGB value is (8,118,150). Sum of RGB (Red+Green+Blue) = 8+118+150=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 150 (58.98% from 255 or 54.35% from 276); Max value from RGB is 150 - color contains mainly: blue. Hex color #087696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087696 is #F78969. Grayscale: #585858. Windows color (decimal): -16222570 or 9860616. OLE color: 9860616.
HSL color Cylindrical-coordinate representation of color #087696: hue angle of 193.52º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087696 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 118 | 150 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.41 |
| HSL | 193.52º | 0.9% | 0.31% | - |
| HSV(B) | 193.52º | 0.95% | 0.59% | - |
| XYZ | 12.08 | 15.21 | 31.15 | - |
| YUV | 88.76 | 162.56 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 118 | 150 | 0.95 | 0.21 | 0 | 0.41 | 193.52 | 0.9 | 0.31 |
| Hex | 8 | 76 | 96 | 5F | 15 | 0 | 29 | C2 | 5A | 1F |
| Octal | 10 | 166 | 226 | 137 | 25 | 0 | 51 | 302 | 132 | 37 |
| Binary | 1000 | 1110110 | 10010110 | 1011111 | 10101 | 0 | 101001 | 11000010 | 1011010 | 11111 |
Color Harmonies of #087696
Complementary color
Monochromatic Colors of #087696
Black with #087696
Text Example
Text Example
White with #087696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087696; }
p { color: rgb(8,118,150); }
H1.HeaderClassName
{
color: #087696;
}
.AnyTagClassName
{
color: #087696;
}
</style>
background-color css
<style>
a { background-color: #087696; }
a { background-color: rgb(8,118,150); }
div.DivClassName
{
background-color: #087696;
}
.BgClassName
{
background-color: #087696;
}
</style>
border-color css
<style>
span { border-color: #087696; }
span { border-color: rgb(8,118,150); }
td.TdClassName
{
border-color: #087696;
}
.TagClassName
{
border-color: #087696;
}
</style>