Shades of Cerulean #0977AB
Tints of Cerulean #0977AB
RGB
CMYK
RGB Variations
Color information
#0977AB (or 0x0977AB) is known color: Cerulean. HEX triplet: 09, 77 and AB. RGB value is (9,119,171). Sum of RGB (Red+Green+Blue) = 9+119+171=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #0977AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0977AB is #F68854. Grayscale: #5B5B5B. Windows color (decimal): -16156757 or 11237129. OLE color: 11237129.
HSL color Cylindrical-coordinate representation of color #0977AB: hue angle of 199.26º 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 #0977AB is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 119 | 171 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.33 |
| HSL | 199.26º | 0.9% | 0.35% | - |
| HSV(B) | 199.26º | 0.95% | 0.67% | - |
| XYZ | 14.06 | 16.19 | 40.91 | - |
| YUV | 92.04 | 172.56 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 171 | 0.95 | 0.30 | 0 | 0.33 | 199.26 | 0.9 | 0.35 |
| Hex | 9 | 77 | AB | 5F | 1E | 0 | 21 | C7 | 5A | 23 |
| Octal | 11 | 167 | 253 | 137 | 36 | 0 | 41 | 307 | 132 | 43 |
| Binary | 1001 | 1110111 | 10101011 | 1011111 | 11110 | 0 | 100001 | 11000111 | 1011010 | 100011 |
Color Harmonies of #0977AB
Complementary color
Monochromatic Colors of #0977AB
Black with #0977AB
Text Example
Text Example
White with #0977AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0977AB; }
p { color: rgb(9,119,171); }
H1.HeaderClassName
{
color: #0977AB;
}
.AnyTagClassName
{
color: #0977AB;
}
</style>
background-color css
<style>
a { background-color: #0977AB; }
a { background-color: rgb(9,119,171); }
div.DivClassName
{
background-color: #0977AB;
}
.BgClassName
{
background-color: #0977AB;
}
</style>
border-color css
<style>
span { border-color: #0977AB; }
span { border-color: rgb(9,119,171); }
td.TdClassName
{
border-color: #0977AB;
}
.TagClassName
{
border-color: #0977AB;
}
</style>