Shades of Cerulean #0877AB
Tints of Cerulean #0877AB
RGB
CMYK
RGB Variations
Color information
#0877AB (or 0x0877AB) is known color: Cerulean. HEX triplet: 08, 77 and AB. RGB value is (8,119,171). Sum of RGB (Red+Green+Blue) = 8+119+171=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #0877AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0877AB is #F78854. Grayscale: #5B5B5B. Windows color (decimal): -16222293 or 11237128. OLE color: 11237128.
HSL color Cylindrical-coordinate representation of color #0877AB: hue angle of 199.14º degrees, saturation: 0.91, 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 #0877AB is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 119 | 171 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.33 |
| HSL | 199.14º | 0.91% | 0.35% | - |
| HSV(B) | 199.14º | 0.95% | 0.67% | - |
| XYZ | 14.05 | 16.19 | 40.91 | - |
| YUV | 91.74 | 172.73 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 119 | 171 | 0.95 | 0.30 | 0 | 0.33 | 199.14 | 0.91 | 0.35 |
| Hex | 8 | 77 | AB | 5F | 1E | 0 | 21 | C7 | 5B | 23 |
| Octal | 10 | 167 | 253 | 137 | 36 | 0 | 41 | 307 | 133 | 43 |
| Binary | 1000 | 1110111 | 10101011 | 1011111 | 11110 | 0 | 100001 | 11000111 | 1011011 | 100011 |
Color Harmonies of #0877AB
Complementary color
Monochromatic Colors of #0877AB
Black with #0877AB
Text Example
Text Example
White with #0877AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0877AB; }
p { color: rgb(8,119,171); }
H1.HeaderClassName
{
color: #0877AB;
}
.AnyTagClassName
{
color: #0877AB;
}
</style>
background-color css
<style>
a { background-color: #0877AB; }
a { background-color: rgb(8,119,171); }
div.DivClassName
{
background-color: #0877AB;
}
.BgClassName
{
background-color: #0877AB;
}
</style>
border-color css
<style>
span { border-color: #0877AB; }
span { border-color: rgb(8,119,171); }
td.TdClassName
{
border-color: #0877AB;
}
.TagClassName
{
border-color: #0877AB;
}
</style>