Shades of Pacific Blue #0088DD
Tints of Pacific Blue #0088DD
RGB
CMYK
RGB Variations
Color information
#0088DD (or 0x0088DD) is known color: Pacific Blue. HEX triplet: 00, 88 and DD. RGB value is (0,136,221). Sum of RGB (Red+Green+Blue) = 0+136+221=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #0088DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0088DD is #FF7722. Grayscale: #686868. Windows color (decimal): -16742179 or 14518272. OLE color: 14518272.
HSL color Cylindrical-coordinate representation of color #0088DD: hue angle of 203.08º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0088DD is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 136 | 221 | - |
| CMYK | 1 | 0.38 | 0 | 0.13 |
| HSL | 203.08º | 1% | 0.43% | - |
| HSV(B) | 203.08º | 1% | 0.87% | - |
| XYZ | 21.86 | 22.83 | 71.66 | - |
| YUV | 105.03 | 193.44 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 221 | 1 | 0.38 | 0 | 0.13 | 203.08 | 1 | 0.43 |
| Hex | 0 | 88 | DD | 64 | 26 | 0 | D | CB | 64 | 2B |
| Octal | 0 | 210 | 335 | 144 | 46 | 0 | 15 | 313 | 144 | 53 |
| Binary | 0 | 10001000 | 11011101 | 1100100 | 100110 | 0 | 1101 | 11001011 | 1100100 | 101011 |
Color Harmonies of #0088DD
Complementary color
Monochromatic Colors of #0088DD
Black with #0088DD
Text Example
Text Example
White with #0088DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0088DD; }
p { color: rgb(0,136,221); }
H1.HeaderClassName
{
color: #0088DD;
}
.AnyTagClassName
{
color: #0088DD;
}
</style>
background-color css
<style>
a { background-color: #0088DD; }
a { background-color: rgb(0,136,221); }
div.DivClassName
{
background-color: #0088DD;
}
.BgClassName
{
background-color: #0088DD;
}
</style>
border-color css
<style>
span { border-color: #0088DD; }
span { border-color: rgb(0,136,221); }
td.TdClassName
{
border-color: #0088DD;
}
.TagClassName
{
border-color: #0088DD;
}
</style>