Shades of Pacific Blue #0888DD
Tints of Pacific Blue #0888DD
RGB
CMYK
RGB Variations
Color information
#0888DD (or 0x0888DD) is known color: Pacific Blue. HEX triplet: 08, 88 and DD. RGB value is (8,136,221). Sum of RGB (Red+Green+Blue) = 8+136+221=365 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #0888DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0888DD is #F77722. Grayscale: #6A6A6A. Windows color (decimal): -16217891 or 14518280. OLE color: 14518280.
HSL color Cylindrical-coordinate representation of color #0888DD: hue angle of 203.94º 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 #0888DD is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 136 | 221 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.13 |
| HSL | 203.94º | 0.93% | 0.45% | - |
| HSV(B) | 203.94º | 0.96% | 0.87% | - |
| XYZ | 21.96 | 22.88 | 71.67 | - |
| YUV | 107.42 | 192.09 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 221 | 0.96 | 0.38 | 0 | 0.13 | 203.94 | 0.93 | 0.45 |
| Hex | 8 | 88 | DD | 60 | 26 | 0 | D | CC | 5D | 2D |
| Octal | 10 | 210 | 335 | 140 | 46 | 0 | 15 | 314 | 135 | 55 |
| Binary | 1000 | 10001000 | 11011101 | 1100000 | 100110 | 0 | 1101 | 11001100 | 1011101 | 101101 |
Color Harmonies of #0888DD
Complementary color
Monochromatic Colors of #0888DD
Black with #0888DD
Text Example
Text Example
White with #0888DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0888DD; }
p { color: rgb(8,136,221); }
H1.HeaderClassName
{
color: #0888DD;
}
.AnyTagClassName
{
color: #0888DD;
}
</style>
background-color css
<style>
a { background-color: #0888DD; }
a { background-color: rgb(8,136,221); }
div.DivClassName
{
background-color: #0888DD;
}
.BgClassName
{
background-color: #0888DD;
}
</style>
border-color css
<style>
span { border-color: #0888DD; }
span { border-color: rgb(8,136,221); }
td.TdClassName
{
border-color: #0888DD;
}
.TagClassName
{
border-color: #0888DD;
}
</style>