Shades of Cerulean #0980AD
Tints of Cerulean #0980AD
RGB
CMYK
RGB Variations
Color information
#0980AD (or 0x0980AD) is known color: Cerulean. HEX triplet: 09, 80 and AD. RGB value is (9,128,173). Sum of RGB (Red+Green+Blue) = 9+128+173=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #0980AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0980AD is #F67F52. Grayscale: #616161. Windows color (decimal): -16154451 or 11370505. OLE color: 11370505.
HSL color Cylindrical-coordinate representation of color #0980AD: hue angle of 196.46º 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 #0980AD is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 128 | 173 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.32 |
| HSL | 196.46º | 0.9% | 0.36% | - |
| HSV(B) | 196.46º | 0.95% | 0.68% | - |
| XYZ | 15.37 | 18.51 | 42.3 | - |
| YUV | 97.55 | 170.58 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 173 | 0.95 | 0.26 | 0 | 0.32 | 196.46 | 0.9 | 0.36 |
| Hex | 9 | 80 | AD | 5F | 1A | 0 | 20 | C4 | 5A | 24 |
| Octal | 11 | 200 | 255 | 137 | 32 | 0 | 40 | 304 | 132 | 44 |
| Binary | 1001 | 10000000 | 10101101 | 1011111 | 11010 | 0 | 100000 | 11000100 | 1011010 | 100100 |
Color Harmonies of #0980AD
Complementary color
Monochromatic Colors of #0980AD
Black with #0980AD
Text Example
Text Example
White with #0980AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0980AD; }
p { color: rgb(9,128,173); }
H1.HeaderClassName
{
color: #0980AD;
}
.AnyTagClassName
{
color: #0980AD;
}
</style>
background-color css
<style>
a { background-color: #0980AD; }
a { background-color: rgb(9,128,173); }
div.DivClassName
{
background-color: #0980AD;
}
.BgClassName
{
background-color: #0980AD;
}
</style>
border-color css
<style>
span { border-color: #0980AD; }
span { border-color: rgb(9,128,173); }
td.TdClassName
{
border-color: #0980AD;
}
.TagClassName
{
border-color: #0980AD;
}
</style>