Shades of Pacific Blue #0288D8
Tints of Pacific Blue #0288D8
RGB
CMYK
RGB Variations
Color information
#0288D8 (or 0x0288D8) is known color: Pacific Blue. HEX triplet: 02, 88 and D8. RGB value is (2,136,216). Sum of RGB (Red+Green+Blue) = 2+136+216=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 216 (84.77% from 255 or 61.02% from 354); Max value from RGB is 216 - color contains mainly: blue. Hex color #0288D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0288D8 is #FD7727. Grayscale: #686868. Windows color (decimal): -16611112 or 14190594. OLE color: 14190594.
HSL color Cylindrical-coordinate representation of color #0288D8: hue angle of 202.43º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0288D8 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 136 | 216 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.15 |
| HSL | 202.43º | 0.98% | 0.43% | - |
| HSV(B) | 202.43º | 0.99% | 0.85% | - |
| XYZ | 21.22 | 22.58 | 68.21 | - |
| YUV | 105.05 | 190.61 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 136 | 216 | 0.99 | 0.37 | 0 | 0.15 | 202.43 | 0.98 | 0.43 |
| Hex | 2 | 88 | D8 | 63 | 25 | 0 | F | CA | 62 | 2B |
| Octal | 2 | 210 | 330 | 143 | 45 | 0 | 17 | 312 | 142 | 53 |
| Binary | 10 | 10001000 | 11011000 | 1100011 | 100101 | 0 | 1111 | 11001010 | 1100010 | 101011 |
Color Harmonies of #0288D8
Complementary color
Monochromatic Colors of #0288D8
Black with #0288D8
Text Example
Text Example
White with #0288D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0288D8; }
p { color: rgb(2,136,216); }
H1.HeaderClassName
{
color: #0288D8;
}
.AnyTagClassName
{
color: #0288D8;
}
</style>
background-color css
<style>
a { background-color: #0288D8; }
a { background-color: rgb(2,136,216); }
div.DivClassName
{
background-color: #0288D8;
}
.BgClassName
{
background-color: #0288D8;
}
</style>
border-color css
<style>
span { border-color: #0288D8; }
span { border-color: rgb(2,136,216); }
td.TdClassName
{
border-color: #0288D8;
}
.TagClassName
{
border-color: #0288D8;
}
</style>