Shades of Pacific Blue #0087E0
Tints of Pacific Blue #0087E0
RGB
CMYK
RGB Variations
Color information
#0087E0 (or 0x0087E0) is known color: Pacific Blue. HEX triplet: 00, 87 and E0. RGB value is (0,135,224). Sum of RGB (Red+Green+Blue) = 0+135+224=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 224 (87.89% from 255 or 62.40% from 359); Max value from RGB is 224 - color contains mainly: blue. Hex color #0087E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0087E0 is #FF781F. Grayscale: #686868. Windows color (decimal): -16742432 or 14714624. OLE color: 14714624.
HSL color Cylindrical-coordinate representation of color #0087E0: hue angle of 203.84º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0087E0 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 135 | 224 | - |
| CMYK | 1 | 0.40 | 0 | 0.12 |
| HSL | 203.84º | 1% | 0.44% | - |
| HSV(B) | 203.84º | 1% | 0.88% | - |
| XYZ | 22.12 | 22.71 | 73.74 | - |
| YUV | 104.78 | 195.27 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 224 | 1 | 0.40 | 0 | 0.12 | 203.84 | 1 | 0.44 |
| Hex | 0 | 87 | E0 | 64 | 28 | 0 | C | CC | 64 | 2C |
| Octal | 0 | 207 | 340 | 144 | 50 | 0 | 14 | 314 | 144 | 54 |
| Binary | 0 | 10000111 | 11100000 | 1100100 | 101000 | 0 | 1100 | 11001100 | 1100100 | 101100 |
Color Harmonies of #0087E0
Complementary color
Monochromatic Colors of #0087E0
Black with #0087E0
Text Example
Text Example
White with #0087E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0087E0; }
p { color: rgb(0,135,224); }
H1.HeaderClassName
{
color: #0087E0;
}
.AnyTagClassName
{
color: #0087E0;
}
</style>
background-color css
<style>
a { background-color: #0087E0; }
a { background-color: rgb(0,135,224); }
div.DivClassName
{
background-color: #0087E0;
}
.BgClassName
{
background-color: #0087E0;
}
</style>
border-color css
<style>
span { border-color: #0087E0; }
span { border-color: rgb(0,135,224); }
td.TdClassName
{
border-color: #0087E0;
}
.TagClassName
{
border-color: #0087E0;
}
</style>