Shades of Cerulean #0A86AD
Tints of Cerulean #0A86AD
RGB
CMYK
RGB Variations
Color information
#0A86AD (or 0x0A86AD) is known color: Cerulean. HEX triplet: 0A, 86 and AD. RGB value is (10,134,173). Sum of RGB (Red+Green+Blue) = 10+134+173=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A86AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A86AD is #F57952. Grayscale: #656565. Windows color (decimal): -16087379 or 11372042. OLE color: 11372042.
HSL color Cylindrical-coordinate representation of color #0A86AD: hue angle of 194.36º 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 #0A86AD is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 134 | 173 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.32 |
| HSL | 194.36º | 0.89% | 0.36% | - |
| HSV(B) | 194.36º | 0.94% | 0.68% | - |
| XYZ | 16.19 | 20.13 | 42.57 | - |
| YUV | 101.37 | 168.42 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 134 | 173 | 0.94 | 0.23 | 0 | 0.32 | 194.36 | 0.89 | 0.36 |
| Hex | A | 86 | AD | 5E | 17 | 0 | 20 | C2 | 59 | 24 |
| Octal | 12 | 206 | 255 | 136 | 27 | 0 | 40 | 302 | 131 | 44 |
| Binary | 1010 | 10000110 | 10101101 | 1011110 | 10111 | 0 | 100000 | 11000010 | 1011001 | 100100 |
Color Harmonies of #0A86AD
Complementary color
Monochromatic Colors of #0A86AD
Black with #0A86AD
Text Example
Text Example
White with #0A86AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A86AD; }
p { color: rgb(10,134,173); }
H1.HeaderClassName
{
color: #0A86AD;
}
.AnyTagClassName
{
color: #0A86AD;
}
</style>
background-color css
<style>
a { background-color: #0A86AD; }
a { background-color: rgb(10,134,173); }
div.DivClassName
{
background-color: #0A86AD;
}
.BgClassName
{
background-color: #0A86AD;
}
</style>
border-color css
<style>
span { border-color: #0A86AD; }
span { border-color: rgb(10,134,173); }
td.TdClassName
{
border-color: #0A86AD;
}
.TagClassName
{
border-color: #0A86AD;
}
</style>