Shades of Cerulean #087CAB
Tints of Cerulean #087CAB
RGB
CMYK
RGB Variations
Color information
#087CAB (or 0x087CAB) is known color: Cerulean. HEX triplet: 08, 7C and AB. RGB value is (8,124,171). Sum of RGB (Red+Green+Blue) = 8+124+171=303 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.64% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #087CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087CAB is #F78354. Grayscale: #5E5E5E. Windows color (decimal): -16221013 or 11238408. OLE color: 11238408.
HSL color Cylindrical-coordinate representation of color #087CAB: hue angle of 197.3º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087CAB is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 124 | 171 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.33 |
| HSL | 197.3º | 0.91% | 0.35% | - |
| HSV(B) | 197.3º | 0.95% | 0.67% | - |
| XYZ | 14.66 | 17.41 | 41.12 | - |
| YUV | 94.67 | 171.07 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 171 | 0.95 | 0.27 | 0 | 0.33 | 197.3 | 0.91 | 0.35 |
| Hex | 8 | 7C | AB | 5F | 1B | 0 | 21 | C5 | 5B | 23 |
| Octal | 10 | 174 | 253 | 137 | 33 | 0 | 41 | 305 | 133 | 43 |
| Binary | 1000 | 1111100 | 10101011 | 1011111 | 11011 | 0 | 100001 | 11000101 | 1011011 | 100011 |
Color Harmonies of #087CAB
Complementary color
Monochromatic Colors of #087CAB
Black with #087CAB
Text Example
Text Example
White with #087CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087CAB; }
p { color: rgb(8,124,171); }
H1.HeaderClassName
{
color: #087CAB;
}
.AnyTagClassName
{
color: #087CAB;
}
</style>
background-color css
<style>
a { background-color: #087CAB; }
a { background-color: rgb(8,124,171); }
div.DivClassName
{
background-color: #087CAB;
}
.BgClassName
{
background-color: #087CAB;
}
</style>
border-color css
<style>
span { border-color: #087CAB; }
span { border-color: rgb(8,124,171); }
td.TdClassName
{
border-color: #087CAB;
}
.TagClassName
{
border-color: #087CAB;
}
</style>