Shades of Cerulean #0288AE
Tints of Cerulean #0288AE
RGB
CMYK
RGB Variations
Color information
#0288AE (or 0x0288AE) is known color: Cerulean. HEX triplet: 02, 88 and AE. RGB value is (2,136,174). Sum of RGB (Red+Green+Blue) = 2+136+174=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #0288AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0288AE is #FD7751. Grayscale: #636363. Windows color (decimal): -16611154 or 11438082. OLE color: 11438082.
HSL color Cylindrical-coordinate representation of color #0288AE: hue angle of 193.26º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0288AE is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 136 | 174 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.32 |
| HSL | 193.26º | 0.98% | 0.35% | - |
| HSV(B) | 193.26º | 0.99% | 0.68% | - |
| XYZ | 16.47 | 20.68 | 43.17 | - |
| YUV | 100.27 | 169.61 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 136 | 174 | 0.99 | 0.22 | 0 | 0.32 | 193.26 | 0.98 | 0.35 |
| Hex | 2 | 88 | AE | 63 | 16 | 0 | 20 | C1 | 62 | 23 |
| Octal | 2 | 210 | 256 | 143 | 26 | 0 | 40 | 301 | 142 | 43 |
| Binary | 10 | 10001000 | 10101110 | 1100011 | 10110 | 0 | 100000 | 11000001 | 1100010 | 100011 |
Color Harmonies of #0288AE
Complementary color
Monochromatic Colors of #0288AE
Black with #0288AE
Text Example
Text Example
White with #0288AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0288AE; }
p { color: rgb(2,136,174); }
H1.HeaderClassName
{
color: #0288AE;
}
.AnyTagClassName
{
color: #0288AE;
}
</style>
background-color css
<style>
a { background-color: #0288AE; }
a { background-color: rgb(2,136,174); }
div.DivClassName
{
background-color: #0288AE;
}
.BgClassName
{
background-color: #0288AE;
}
</style>
border-color css
<style>
span { border-color: #0288AE; }
span { border-color: rgb(2,136,174); }
td.TdClassName
{
border-color: #0288AE;
}
.TagClassName
{
border-color: #0288AE;
}
</style>