Shades of Cerulean #0080AB
Tints of Cerulean #0080AB
RGB
CMYK
RGB Variations
Color information
#0080AB (or 0x0080AB) is known color: Cerulean. HEX triplet: 00, 80 and AB. RGB value is (0,128,171). Sum of RGB (Red+Green+Blue) = 0+128+171=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 128 (50.39% from 255 or 42.81% 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 #0080AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0080AB is #FF7F54. Grayscale: #5E5E5E. Windows color (decimal): -16744277 or 11239424. OLE color: 11239424.
HSL color Cylindrical-coordinate representation of color #0080AB: hue angle of 195.09º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0080AB is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 128 | 171 | - |
| CMYK | 1 | 0.25 | 0 | 0.33 |
| HSL | 195.09º | 1% | 0.34% | - |
| HSV(B) | 195.09º | 1% | 0.67% | - |
| XYZ | 15.07 | 18.38 | 41.28 | - |
| YUV | 94.63 | 171.09 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 171 | 1 | 0.25 | 0 | 0.33 | 195.09 | 1 | 0.34 |
| Hex | 0 | 80 | AB | 64 | 19 | 0 | 21 | C3 | 64 | 22 |
| Octal | 0 | 200 | 253 | 144 | 31 | 0 | 41 | 303 | 144 | 42 |
| Binary | 0 | 10000000 | 10101011 | 1100100 | 11001 | 0 | 100001 | 11000011 | 1100100 | 100010 |
Color Harmonies of #0080AB
Complementary color
Monochromatic Colors of #0080AB
Black with #0080AB
Text Example
Text Example
White with #0080AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0080AB; }
p { color: rgb(0,128,171); }
H1.HeaderClassName
{
color: #0080AB;
}
.AnyTagClassName
{
color: #0080AB;
}
</style>
background-color css
<style>
a { background-color: #0080AB; }
a { background-color: rgb(0,128,171); }
div.DivClassName
{
background-color: #0080AB;
}
.BgClassName
{
background-color: #0080AB;
}
</style>
border-color css
<style>
span { border-color: #0080AB; }
span { border-color: rgb(0,128,171); }
td.TdClassName
{
border-color: #0080AB;
}
.TagClassName
{
border-color: #0080AB;
}
</style>