Shades of Cerulean #087CAA
Tints of Cerulean #087CAA
RGB
CMYK
RGB Variations
Color information
#087CAA (or 0x087CAA) is known color: Cerulean. HEX triplet: 08, 7C and AA. RGB value is (8,124,170). Sum of RGB (Red+Green+Blue) = 8+124+170=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #087CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087CAA is #F78355. Grayscale: #5E5E5E. Windows color (decimal): -16221014 or 11172872. OLE color: 11172872.
HSL color Cylindrical-coordinate representation of color #087CAA: hue angle of 197.04º 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 #087CAA is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 124 | 170 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.33 |
| HSL | 197.04º | 0.91% | 0.35% | - |
| HSV(B) | 197.04º | 0.95% | 0.67% | - |
| XYZ | 14.56 | 17.37 | 40.62 | - |
| YUV | 94.56 | 170.57 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 124 | 170 | 0.95 | 0.27 | 0 | 0.33 | 197.04 | 0.91 | 0.35 |
| Hex | 8 | 7C | AA | 5F | 1B | 0 | 21 | C5 | 5B | 23 |
| Octal | 10 | 174 | 252 | 137 | 33 | 0 | 41 | 305 | 133 | 43 |
| Binary | 1000 | 1111100 | 10101010 | 1011111 | 11011 | 0 | 100001 | 11000101 | 1011011 | 100011 |
Color Harmonies of #087CAA
Complementary color
Monochromatic Colors of #087CAA
Black with #087CAA
Text Example
Text Example
White with #087CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087CAA; }
p { color: rgb(8,124,170); }
H1.HeaderClassName
{
color: #087CAA;
}
.AnyTagClassName
{
color: #087CAA;
}
</style>
background-color css
<style>
a { background-color: #087CAA; }
a { background-color: rgb(8,124,170); }
div.DivClassName
{
background-color: #087CAA;
}
.BgClassName
{
background-color: #087CAA;
}
</style>
border-color css
<style>
span { border-color: #087CAA; }
span { border-color: rgb(8,124,170); }
td.TdClassName
{
border-color: #087CAA;
}
.TagClassName
{
border-color: #087CAA;
}
</style>