Shades of Pacific Blue #0887DD
Tints of Pacific Blue #0887DD
RGB
CMYK
RGB Variations
Color information
#0887DD (or 0x0887DD) is known color: Pacific Blue. HEX triplet: 08, 87 and DD. RGB value is (8,135,221). Sum of RGB (Red+Green+Blue) = 8+135+221=364 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #0887DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0887DD is #F77822. Grayscale: #6A6A6A. Windows color (decimal): -16218147 or 14518024. OLE color: 14518024.
HSL color Cylindrical-coordinate representation of color #0887DD: hue angle of 204.23º 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 #0887DD is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 135 | 221 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.13 |
| HSL | 204.23º | 0.93% | 0.45% | - |
| HSV(B) | 204.23º | 0.96% | 0.87% | - |
| XYZ | 21.82 | 22.6 | 71.62 | - |
| YUV | 106.83 | 192.42 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 135 | 221 | 0.96 | 0.39 | 0 | 0.13 | 204.23 | 0.93 | 0.45 |
| Hex | 8 | 87 | DD | 60 | 27 | 0 | D | CC | 5D | 2D |
| Octal | 10 | 207 | 335 | 140 | 47 | 0 | 15 | 314 | 135 | 55 |
| Binary | 1000 | 10000111 | 11011101 | 1100000 | 100111 | 0 | 1101 | 11001100 | 1011101 | 101101 |
Color Harmonies of #0887DD
Complementary color
Monochromatic Colors of #0887DD
Black with #0887DD
Text Example
Text Example
White with #0887DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0887DD; }
p { color: rgb(8,135,221); }
H1.HeaderClassName
{
color: #0887DD;
}
.AnyTagClassName
{
color: #0887DD;
}
</style>
background-color css
<style>
a { background-color: #0887DD; }
a { background-color: rgb(8,135,221); }
div.DivClassName
{
background-color: #0887DD;
}
.BgClassName
{
background-color: #0887DD;
}
</style>
border-color css
<style>
span { border-color: #0887DD; }
span { border-color: rgb(8,135,221); }
td.TdClassName
{
border-color: #0887DD;
}
.TagClassName
{
border-color: #0887DD;
}
</style>