Shades of Cerulean #0A85AC
Tints of Cerulean #0A85AC
RGB
CMYK
RGB Variations
Color information
#0A85AC (or 0x0A85AC) is known color: Cerulean. HEX triplet: 0A, 85 and AC. RGB value is (10,133,172). Sum of RGB (Red+Green+Blue) = 10+133+172=315 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.17% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A85AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A85AC is #F57A53. Grayscale: #646464. Windows color (decimal): -16087636 or 11306250. OLE color: 11306250.
HSL color Cylindrical-coordinate representation of color #0A85AC: hue angle of 194.44º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A85AC is Cyan = 0.94, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 133 | 172 | - |
| CMYK | 0.94 | 0.23 | 0 | 0.33 |
| HSL | 194.44º | 0.89% | 0.36% | - |
| HSV(B) | 194.44º | 0.94% | 0.67% | - |
| XYZ | 15.96 | 19.82 | 42.01 | - |
| YUV | 100.67 | 168.25 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 172 | 0.94 | 0.23 | 0 | 0.33 | 194.44 | 0.89 | 0.36 |
| Hex | A | 85 | AC | 5E | 17 | 0 | 21 | C2 | 59 | 24 |
| Octal | 12 | 205 | 254 | 136 | 27 | 0 | 41 | 302 | 131 | 44 |
| Binary | 1010 | 10000101 | 10101100 | 1011110 | 10111 | 0 | 100001 | 11000010 | 1011001 | 100100 |
Color Harmonies of #0A85AC
Complementary color
Monochromatic Colors of #0A85AC
Black with #0A85AC
Text Example
Text Example
White with #0A85AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A85AC; }
p { color: rgb(10,133,172); }
H1.HeaderClassName
{
color: #0A85AC;
}
.AnyTagClassName
{
color: #0A85AC;
}
</style>
background-color css
<style>
a { background-color: #0A85AC; }
a { background-color: rgb(10,133,172); }
div.DivClassName
{
background-color: #0A85AC;
}
.BgClassName
{
background-color: #0A85AC;
}
</style>
border-color css
<style>
span { border-color: #0A85AC; }
span { border-color: rgb(10,133,172); }
td.TdClassName
{
border-color: #0A85AC;
}
.TagClassName
{
border-color: #0A85AC;
}
</style>