Shades of Cerulean #087DA6
Tints of Cerulean #087DA6
RGB
CMYK
RGB Variations
Color information
#087DA6 (or 0x087DA6) is known color: Cerulean. HEX triplet: 08, 7D and A6. RGB value is (8,125,166). Sum of RGB (Red+Green+Blue) = 8+125+166=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 166 (65.23% from 255 or 55.52% from 299); Max value from RGB is 166 - color contains mainly: blue. Hex color #087DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087DA6 is #F78259. Grayscale: #5E5E5E. Windows color (decimal): -16220762 or 10910984. OLE color: 10910984.
HSL color Cylindrical-coordinate representation of color #087DA6: hue angle of 195.57º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087DA6 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 8 | 125 | 166 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.35 |
| HSL | 195.57º | 0.91% | 0.34% | - |
| HSV(B) | 195.57º | 0.95% | 0.65% | - |
| XYZ | 14.32 | 17.47 | 38.69 | - |
| YUV | 94.69 | 168.24 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 166 | 0.95 | 0.25 | 0 | 0.35 | 195.57 | 0.91 | 0.34 |
| Hex | 8 | 7D | A6 | 5F | 19 | 0 | 23 | C4 | 5B | 22 |
| Octal | 10 | 175 | 246 | 137 | 31 | 0 | 43 | 304 | 133 | 42 |
| Binary | 1000 | 1111101 | 10100110 | 1011111 | 11001 | 0 | 100011 | 11000100 | 1011011 | 100010 |
Color Harmonies of #087DA6
Complementary color
Monochromatic Colors of #087DA6
Black with #087DA6
Text Example
Text Example
White with #087DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087DA6; }
p { color: rgb(8,125,166); }
H1.HeaderClassName
{
color: #087DA6;
}
.AnyTagClassName
{
color: #087DA6;
}
</style>
background-color css
<style>
a { background-color: #087DA6; }
a { background-color: rgb(8,125,166); }
div.DivClassName
{
background-color: #087DA6;
}
.BgClassName
{
background-color: #087DA6;
}
</style>
border-color css
<style>
span { border-color: #087DA6; }
span { border-color: rgb(8,125,166); }
td.TdClassName
{
border-color: #087DA6;
}
.TagClassName
{
border-color: #087DA6;
}
</style>