Shades of Cerulean #0982AB
Tints of Cerulean #0982AB
RGB
CMYK
RGB Variations
Color information
#0982AB (or 0x0982AB) is known color: Cerulean. HEX triplet: 09, 82 and AB. RGB value is (9,130,171). Sum of RGB (Red+Green+Blue) = 9+130+171=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #0982AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0982AB is #F67D54. Grayscale: #626262. Windows color (decimal): -16153941 or 11239945. OLE color: 11239945.
HSL color Cylindrical-coordinate representation of color #0982AB: hue angle of 195.19º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0982AB is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 130 | 171 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.33 |
| HSL | 195.19º | 0.9% | 0.35% | - |
| HSV(B) | 195.19º | 0.95% | 0.67% | - |
| XYZ | 15.45 | 18.96 | 41.37 | - |
| YUV | 98.5 | 168.91 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 171 | 0.95 | 0.24 | 0 | 0.33 | 195.19 | 0.9 | 0.35 |
| Hex | 9 | 82 | AB | 5F | 18 | 0 | 21 | C3 | 5A | 23 |
| Octal | 11 | 202 | 253 | 137 | 30 | 0 | 41 | 303 | 132 | 43 |
| Binary | 1001 | 10000010 | 10101011 | 1011111 | 11000 | 0 | 100001 | 11000011 | 1011010 | 100011 |
Color Harmonies of #0982AB
Complementary color
Monochromatic Colors of #0982AB
Black with #0982AB
Text Example
Text Example
White with #0982AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0982AB; }
p { color: rgb(9,130,171); }
H1.HeaderClassName
{
color: #0982AB;
}
.AnyTagClassName
{
color: #0982AB;
}
</style>
background-color css
<style>
a { background-color: #0982AB; }
a { background-color: rgb(9,130,171); }
div.DivClassName
{
background-color: #0982AB;
}
.BgClassName
{
background-color: #0982AB;
}
</style>
border-color css
<style>
span { border-color: #0982AB; }
span { border-color: rgb(9,130,171); }
td.TdClassName
{
border-color: #0982AB;
}
.TagClassName
{
border-color: #0982AB;
}
</style>