Shades of Cerulean #0A88AD
Tints of Cerulean #0A88AD
RGB
CMYK
RGB Variations
Color information
#0A88AD (or 0x0A88AD) is known color: Cerulean. HEX triplet: 0A, 88 and AD. RGB value is (10,136,173). Sum of RGB (Red+Green+Blue) = 10+136+173=319 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.13% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A88AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A88AD is #F57752. Grayscale: #666666. Windows color (decimal): -16086867 or 11372554. OLE color: 11372554.
HSL color Cylindrical-coordinate representation of color #0A88AD: hue angle of 193.62º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A88AD is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 136 | 173 | - |
| CMYK | 0.94 | 0.21 | 0 | 0.32 |
| HSL | 193.62º | 0.89% | 0.36% | - |
| HSV(B) | 193.62º | 0.94% | 0.68% | - |
| XYZ | 16.47 | 20.69 | 42.66 | - |
| YUV | 102.54 | 167.76 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 136 | 173 | 0.94 | 0.21 | 0 | 0.32 | 193.62 | 0.89 | 0.36 |
| Hex | A | 88 | AD | 5E | 15 | 0 | 20 | C2 | 59 | 24 |
| Octal | 12 | 210 | 255 | 136 | 25 | 0 | 40 | 302 | 131 | 44 |
| Binary | 1010 | 10001000 | 10101101 | 1011110 | 10101 | 0 | 100000 | 11000010 | 1011001 | 100100 |
Color Harmonies of #0A88AD
Complementary color
Monochromatic Colors of #0A88AD
Black with #0A88AD
Text Example
Text Example
White with #0A88AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A88AD; }
p { color: rgb(10,136,173); }
H1.HeaderClassName
{
color: #0A88AD;
}
.AnyTagClassName
{
color: #0A88AD;
}
</style>
background-color css
<style>
a { background-color: #0A88AD; }
a { background-color: rgb(10,136,173); }
div.DivClassName
{
background-color: #0A88AD;
}
.BgClassName
{
background-color: #0A88AD;
}
</style>
border-color css
<style>
span { border-color: #0A88AD; }
span { border-color: rgb(10,136,173); }
td.TdClassName
{
border-color: #0A88AD;
}
.TagClassName
{
border-color: #0A88AD;
}
</style>