Shades of Cerulean #087B9C
Tints of Cerulean #087B9C
RGB
CMYK
RGB Variations
Color information
#087B9C (or 0x087B9C) is known color: Cerulean. HEX triplet: 08, 7B and 9C. RGB value is (8,123,156). Sum of RGB (Red+Green+Blue) = 8+123+156=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #087B9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087B9C is #F78463. Grayscale: #5C5C5C. Windows color (decimal): -16221284 or 10255112. OLE color: 10255112.
HSL color Cylindrical-coordinate representation of color #087B9C: hue angle of 193.38º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087B9C is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 123 | 156 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.39 |
| HSL | 193.38º | 0.9% | 0.32% | - |
| HSV(B) | 193.38º | 0.95% | 0.61% | - |
| XYZ | 13.18 | 16.62 | 33.97 | - |
| YUV | 92.38 | 163.9 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 123 | 156 | 0.95 | 0.21 | 0 | 0.39 | 193.38 | 0.9 | 0.32 |
| Hex | 8 | 7B | 9C | 5F | 15 | 0 | 27 | C1 | 5A | 20 |
| Octal | 10 | 173 | 234 | 137 | 25 | 0 | 47 | 301 | 132 | 40 |
| Binary | 1000 | 1111011 | 10011100 | 1011111 | 10101 | 0 | 100111 | 11000001 | 1011010 | 100000 |
Color Harmonies of #087B9C
Complementary color
Monochromatic Colors of #087B9C
Black with #087B9C
Text Example
Text Example
White with #087B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087B9C; }
p { color: rgb(8,123,156); }
H1.HeaderClassName
{
color: #087B9C;
}
.AnyTagClassName
{
color: #087B9C;
}
</style>
background-color css
<style>
a { background-color: #087B9C; }
a { background-color: rgb(8,123,156); }
div.DivClassName
{
background-color: #087B9C;
}
.BgClassName
{
background-color: #087B9C;
}
</style>
border-color css
<style>
span { border-color: #087B9C; }
span { border-color: rgb(8,123,156); }
td.TdClassName
{
border-color: #087B9C;
}
.TagClassName
{
border-color: #087B9C;
}
</style>