Shades of Cerulean #087FA0
Tints of Cerulean #087FA0
RGB
CMYK
RGB Variations
Color information
#087FA0 (or 0x087FA0) is known color: Cerulean. HEX triplet: 08, 7F and A0. RGB value is (8,127,160). Sum of RGB (Red+Green+Blue) = 8+127+160=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 160 (62.89% from 255 or 54.24% from 295); Max value from RGB is 160 - color contains mainly: blue. Hex color #087FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087FA0 is #F7805F. Grayscale: #5E5E5E. Windows color (decimal): -16220256 or 10518280. OLE color: 10518280.
HSL color Cylindrical-coordinate representation of color #087FA0: hue angle of 193.03º 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 #087FA0 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 127 | 160 | - |
| CMYK | 0.95 | 0.21 | 0 | 0.37 |
| HSL | 193.03º | 0.9% | 0.33% | - |
| HSV(B) | 193.03º | 0.95% | 0.63% | - |
| XYZ | 14.03 | 17.77 | 35.95 | - |
| YUV | 95.18 | 164.58 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 160 | 0.95 | 0.21 | 0 | 0.37 | 193.03 | 0.9 | 0.33 |
| Hex | 8 | 7F | A0 | 5F | 15 | 0 | 25 | C1 | 5A | 21 |
| Octal | 10 | 177 | 240 | 137 | 25 | 0 | 45 | 301 | 132 | 41 |
| Binary | 1000 | 1111111 | 10100000 | 1011111 | 10101 | 0 | 100101 | 11000001 | 1011010 | 100001 |
Color Harmonies of #087FA0
Complementary color
Monochromatic Colors of #087FA0
Black with #087FA0
Text Example
Text Example
White with #087FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087FA0; }
p { color: rgb(8,127,160); }
H1.HeaderClassName
{
color: #087FA0;
}
.AnyTagClassName
{
color: #087FA0;
}
</style>
background-color css
<style>
a { background-color: #087FA0; }
a { background-color: rgb(8,127,160); }
div.DivClassName
{
background-color: #087FA0;
}
.BgClassName
{
background-color: #087FA0;
}
</style>
border-color css
<style>
span { border-color: #087FA0; }
span { border-color: rgb(8,127,160); }
td.TdClassName
{
border-color: #087FA0;
}
.TagClassName
{
border-color: #087FA0;
}
</style>