Shades of Cerulean #0A84AB
Tints of Cerulean #0A84AB
RGB
CMYK
RGB Variations
Color information
#0A84AB (or 0x0A84AB) is known color: Cerulean. HEX triplet: 0A, 84 and AB. RGB value is (10,132,171). Sum of RGB (Red+Green+Blue) = 10+132+171=313 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.19% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A84AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A84AB is #F57B54. Grayscale: #636363. Windows color (decimal): -16087893 or 11240458. OLE color: 11240458.
HSL color Cylindrical-coordinate representation of color #0A84AB: hue angle of 194.53º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A84AB is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 132 | 171 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.33 |
| HSL | 194.53º | 0.89% | 0.35% | - |
| HSV(B) | 194.53º | 0.94% | 0.67% | - |
| XYZ | 15.73 | 19.51 | 41.46 | - |
| YUV | 99.97 | 168.08 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 132 | 171 | 0.94 | 0.23 | 0 | 0.33 | 194.53 | 0.89 | 0.35 |
| Hex | A | 84 | AB | 5E | 17 | 0 | 21 | C3 | 59 | 23 |
| Octal | 12 | 204 | 253 | 136 | 27 | 0 | 41 | 303 | 131 | 43 |
| Binary | 1010 | 10000100 | 10101011 | 1011110 | 10111 | 0 | 100001 | 11000011 | 1011001 | 100011 |
Color Harmonies of #0A84AB
Complementary color
Monochromatic Colors of #0A84AB
Black with #0A84AB
Text Example
Text Example
White with #0A84AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A84AB; }
p { color: rgb(10,132,171); }
H1.HeaderClassName
{
color: #0A84AB;
}
.AnyTagClassName
{
color: #0A84AB;
}
</style>
background-color css
<style>
a { background-color: #0A84AB; }
a { background-color: rgb(10,132,171); }
div.DivClassName
{
background-color: #0A84AB;
}
.BgClassName
{
background-color: #0A84AB;
}
</style>
border-color css
<style>
span { border-color: #0A84AB; }
span { border-color: rgb(10,132,171); }
td.TdClassName
{
border-color: #0A84AB;
}
.TagClassName
{
border-color: #0A84AB;
}
</style>