Shades of Pacific Blue #0888DE
Tints of Pacific Blue #0888DE
RGB
CMYK
RGB Variations
Color information
#0888DE (or 0x0888DE) is known color: Pacific Blue. HEX triplet: 08, 88 and DE. RGB value is (8,136,222). Sum of RGB (Red+Green+Blue) = 8+136+222=366 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #0888DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0888DE is #F77721. Grayscale: #6B6B6B. Windows color (decimal): -16217890 or 14583816. OLE color: 14583816.
HSL color Cylindrical-coordinate representation of color #0888DE: hue angle of 204.11º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0888DE is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 136 | 222 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.13 |
| HSL | 204.11º | 0.93% | 0.45% | - |
| HSV(B) | 204.11º | 0.96% | 0.87% | - |
| XYZ | 22.09 | 22.93 | 72.37 | - |
| YUV | 107.53 | 192.59 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 222 | 0.96 | 0.39 | 0 | 0.13 | 204.11 | 0.93 | 0.45 |
| Hex | 8 | 88 | DE | 60 | 27 | 0 | D | CC | 5D | 2D |
| Octal | 10 | 210 | 336 | 140 | 47 | 0 | 15 | 314 | 135 | 55 |
| Binary | 1000 | 10001000 | 11011110 | 1100000 | 100111 | 0 | 1101 | 11001100 | 1011101 | 101101 |
Color Harmonies of #0888DE
Complementary color
Monochromatic Colors of #0888DE
Black with #0888DE
Text Example
Text Example
White with #0888DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0888DE; }
p { color: rgb(8,136,222); }
H1.HeaderClassName
{
color: #0888DE;
}
.AnyTagClassName
{
color: #0888DE;
}
</style>
background-color css
<style>
a { background-color: #0888DE; }
a { background-color: rgb(8,136,222); }
div.DivClassName
{
background-color: #0888DE;
}
.BgClassName
{
background-color: #0888DE;
}
</style>
border-color css
<style>
span { border-color: #0888DE; }
span { border-color: rgb(8,136,222); }
td.TdClassName
{
border-color: #0888DE;
}
.TagClassName
{
border-color: #0888DE;
}
</style>