Shades of Cerulean #087DA3
Tints of Cerulean #087DA3
RGB
CMYK
RGB Variations
Color information
#087DA3 (or 0x087DA3) is known color: Cerulean. HEX triplet: 08, 7D and A3. RGB value is (8,125,163). Sum of RGB (Red+Green+Blue) = 8+125+163=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 163 (64.06% from 255 or 55.07% from 296); Max value from RGB is 163 - color contains mainly: blue. Hex color #087DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087DA3 is #F7825C. Grayscale: #5E5E5E. Windows color (decimal): -16220765 or 10714376. OLE color: 10714376.
HSL color Cylindrical-coordinate representation of color #087DA3: hue angle of 194.71º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087DA3 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 125 | 163 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.36 |
| HSL | 194.71º | 0.91% | 0.34% | - |
| HSV(B) | 194.71º | 0.95% | 0.64% | - |
| XYZ | 14.04 | 17.36 | 37.26 | - |
| YUV | 94.35 | 166.74 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 163 | 0.95 | 0.23 | 0 | 0.36 | 194.71 | 0.91 | 0.34 |
| Hex | 8 | 7D | A3 | 5F | 17 | 0 | 24 | C3 | 5B | 22 |
| Octal | 10 | 175 | 243 | 137 | 27 | 0 | 44 | 303 | 133 | 42 |
| Binary | 1000 | 1111101 | 10100011 | 1011111 | 10111 | 0 | 100100 | 11000011 | 1011011 | 100010 |
Color Harmonies of #087DA3
Complementary color
Monochromatic Colors of #087DA3
Black with #087DA3
Text Example
Text Example
White with #087DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087DA3; }
p { color: rgb(8,125,163); }
H1.HeaderClassName
{
color: #087DA3;
}
.AnyTagClassName
{
color: #087DA3;
}
</style>
background-color css
<style>
a { background-color: #087DA3; }
a { background-color: rgb(8,125,163); }
div.DivClassName
{
background-color: #087DA3;
}
.BgClassName
{
background-color: #087DA3;
}
</style>
border-color css
<style>
span { border-color: #087DA3; }
span { border-color: rgb(8,125,163); }
td.TdClassName
{
border-color: #087DA3;
}
.TagClassName
{
border-color: #087DA3;
}
</style>