Shades of Cerulean #087DA0
Tints of Cerulean #087DA0
RGB
CMYK
RGB Variations
Color information
#087DA0 (or 0x087DA0) is known color: Cerulean. HEX triplet: 08, 7D and A0. RGB value is (8,125,160). Sum of RGB (Red+Green+Blue) = 8+125+160=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 160 (62.89% from 255 or 54.61% from 293); Max value from RGB is 160 - color contains mainly: blue. Hex color #087DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087DA0 is #F7825F. Grayscale: #5D5D5D. Windows color (decimal): -16220768 or 10517768. OLE color: 10517768.
HSL color Cylindrical-coordinate representation of color #087DA0: hue angle of 193.82º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087DA0 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 125 | 160 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.37 |
| HSL | 193.82º | 0.9% | 0.33% | - |
| HSV(B) | 193.82º | 0.95% | 0.63% | - |
| XYZ | 13.78 | 17.26 | 35.86 | - |
| YUV | 94.01 | 165.24 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 160 | 0.95 | 0.22 | 0 | 0.37 | 193.82 | 0.9 | 0.33 |
| Hex | 8 | 7D | A0 | 5F | 16 | 0 | 25 | C2 | 5A | 21 |
| Octal | 10 | 175 | 240 | 137 | 26 | 0 | 45 | 302 | 132 | 41 |
| Binary | 1000 | 1111101 | 10100000 | 1011111 | 10110 | 0 | 100101 | 11000010 | 1011010 | 100001 |
Color Harmonies of #087DA0
Complementary color
Monochromatic Colors of #087DA0
Black with #087DA0
Text Example
Text Example
White with #087DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087DA0; }
p { color: rgb(8,125,160); }
H1.HeaderClassName
{
color: #087DA0;
}
.AnyTagClassName
{
color: #087DA0;
}
</style>
background-color css
<style>
a { background-color: #087DA0; }
a { background-color: rgb(8,125,160); }
div.DivClassName
{
background-color: #087DA0;
}
.BgClassName
{
background-color: #087DA0;
}
</style>
border-color css
<style>
span { border-color: #087DA0; }
span { border-color: rgb(8,125,160); }
td.TdClassName
{
border-color: #087DA0;
}
.TagClassName
{
border-color: #087DA0;
}
</style>