Shades of Pacific Blue #0288DE
Tints of Pacific Blue #0288DE
RGB
CMYK
RGB Variations
Color information
#0288DE (or 0x0288DE) is known color: Pacific Blue. HEX triplet: 02, 88 and DE. RGB value is (2,136,222). Sum of RGB (Red+Green+Blue) = 2+136+222=360 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 222 (87.11% from 255 or 61.67% from 360); Max value from RGB is 222 - color contains mainly: blue. Hex color #0288DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0288DE is #FD7721. Grayscale: #696969. Windows color (decimal): -16611106 or 14583810. OLE color: 14583810.
HSL color Cylindrical-coordinate representation of color #0288DE: hue angle of 203.45º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0288DE is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 136 | 222 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.13 |
| HSL | 203.45º | 0.98% | 0.44% | - |
| HSV(B) | 203.45º | 0.99% | 0.87% | - |
| XYZ | 22.01 | 22.9 | 72.37 | - |
| YUV | 105.74 | 193.61 | 54.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 136 | 222 | 0.99 | 0.39 | 0 | 0.13 | 203.45 | 0.98 | 0.44 |
| Hex | 2 | 88 | DE | 63 | 27 | 0 | D | CB | 62 | 2C |
| Octal | 2 | 210 | 336 | 143 | 47 | 0 | 15 | 313 | 142 | 54 |
| Binary | 10 | 10001000 | 11011110 | 1100011 | 100111 | 0 | 1101 | 11001011 | 1100010 | 101100 |
Color Harmonies of #0288DE
Complementary color
Monochromatic Colors of #0288DE
Black with #0288DE
Text Example
Text Example
White with #0288DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0288DE; }
p { color: rgb(2,136,222); }
H1.HeaderClassName
{
color: #0288DE;
}
.AnyTagClassName
{
color: #0288DE;
}
</style>
background-color css
<style>
a { background-color: #0288DE; }
a { background-color: rgb(2,136,222); }
div.DivClassName
{
background-color: #0288DE;
}
.BgClassName
{
background-color: #0288DE;
}
</style>
border-color css
<style>
span { border-color: #0288DE; }
span { border-color: rgb(2,136,222); }
td.TdClassName
{
border-color: #0288DE;
}
.TagClassName
{
border-color: #0288DE;
}
</style>