Shades of Pacific Blue #0088CE
Tints of Pacific Blue #0088CE
RGB
CMYK
RGB Variations
Color information
#0088CE (or 0x0088CE) is known color: Pacific Blue. HEX triplet: 00, 88 and CE. RGB value is (0,136,206). Sum of RGB (Red+Green+Blue) = 0+136+206=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #0088CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0088CE is #FF7731. Grayscale: #666666. Windows color (decimal): -16742194 or 13535232. OLE color: 13535232.
HSL color Cylindrical-coordinate representation of color #0088CE: hue angle of 200.39º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0088CE is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 136 | 206 | - |
| CMYK | 1 | 0.34 | 0 | 0.19 |
| HSL | 200.39º | 1% | 0.4% | - |
| HSV(B) | 200.39º | 1% | 0.81% | - |
| XYZ | 19.94 | 22.06 | 61.6 | - |
| YUV | 103.32 | 185.94 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 206 | 1 | 0.34 | 0 | 0.19 | 200.39 | 1 | 0.4 |
| Hex | 0 | 88 | CE | 64 | 22 | 0 | 13 | C8 | 64 | 28 |
| Octal | 0 | 210 | 316 | 144 | 42 | 0 | 23 | 310 | 144 | 50 |
| Binary | 0 | 10001000 | 11001110 | 1100100 | 100010 | 0 | 10011 | 11001000 | 1100100 | 101000 |
Color Harmonies of #0088CE
Complementary color
Monochromatic Colors of #0088CE
Black with #0088CE
Text Example
Text Example
White with #0088CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0088CE; }
p { color: rgb(0,136,206); }
H1.HeaderClassName
{
color: #0088CE;
}
.AnyTagClassName
{
color: #0088CE;
}
</style>
background-color css
<style>
a { background-color: #0088CE; }
a { background-color: rgb(0,136,206); }
div.DivClassName
{
background-color: #0088CE;
}
.BgClassName
{
background-color: #0088CE;
}
</style>
border-color css
<style>
span { border-color: #0088CE; }
span { border-color: rgb(0,136,206); }
td.TdClassName
{
border-color: #0088CE;
}
.TagClassName
{
border-color: #0088CE;
}
</style>