Shades of Cerulean #0985AD
Tints of Cerulean #0985AD
RGB
CMYK
RGB Variations
Color information
#0985AD (or 0x0985AD) is known color: Cerulean. HEX triplet: 09, 85 and AD. RGB value is (9,133,173). Sum of RGB (Red+Green+Blue) = 9+133+173=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #0985AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0985AD is #F67A52. Grayscale: #646464. Windows color (decimal): -16153171 or 11371785. OLE color: 11371785.
HSL color Cylindrical-coordinate representation of color #0985AD: hue angle of 194.63º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0985AD is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 133 | 173 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.32 |
| HSL | 194.63º | 0.9% | 0.36% | - |
| HSV(B) | 194.63º | 0.95% | 0.68% | - |
| XYZ | 16.04 | 19.85 | 42.52 | - |
| YUV | 100.48 | 168.92 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 133 | 173 | 0.95 | 0.23 | 0 | 0.32 | 194.63 | 0.9 | 0.36 |
| Hex | 9 | 85 | AD | 5F | 17 | 0 | 20 | C3 | 5A | 24 |
| Octal | 11 | 205 | 255 | 137 | 27 | 0 | 40 | 303 | 132 | 44 |
| Binary | 1001 | 10000101 | 10101101 | 1011111 | 10111 | 0 | 100000 | 11000011 | 1011010 | 100100 |
Color Harmonies of #0985AD
Complementary color
Monochromatic Colors of #0985AD
Black with #0985AD
Text Example
Text Example
White with #0985AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0985AD; }
p { color: rgb(9,133,173); }
H1.HeaderClassName
{
color: #0985AD;
}
.AnyTagClassName
{
color: #0985AD;
}
</style>
background-color css
<style>
a { background-color: #0985AD; }
a { background-color: rgb(9,133,173); }
div.DivClassName
{
background-color: #0985AD;
}
.BgClassName
{
background-color: #0985AD;
}
</style>
border-color css
<style>
span { border-color: #0985AD; }
span { border-color: rgb(9,133,173); }
td.TdClassName
{
border-color: #0985AD;
}
.TagClassName
{
border-color: #0985AD;
}
</style>