Shades of Pacific Blue #0887CA
Tints of Pacific Blue #0887CA
RGB
CMYK
RGB Variations
Color information
#0887CA (or 0x0887CA) is known color: Pacific Blue. HEX triplet: 08, 87 and CA. RGB value is (8,135,202). Sum of RGB (Red+Green+Blue) = 8+135+202=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #0887CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0887CA is #F77835. Grayscale: #686868. Windows color (decimal): -16218166 or 13272840. OLE color: 13272840.
HSL color Cylindrical-coordinate representation of color #0887CA: hue angle of 200.72º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0887CA is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 135 | 202 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.21 |
| HSL | 200.72º | 0.92% | 0.41% | - |
| HSV(B) | 200.72º | 0.96% | 0.79% | - |
| XYZ | 19.42 | 21.64 | 59.03 | - |
| YUV | 104.67 | 182.92 | 59.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 135 | 202 | 0.96 | 0.33 | 0 | 0.21 | 200.72 | 0.92 | 0.41 |
| Hex | 8 | 87 | CA | 60 | 21 | 0 | 15 | C9 | 5C | 29 |
| Octal | 10 | 207 | 312 | 140 | 41 | 0 | 25 | 311 | 134 | 51 |
| Binary | 1000 | 10000111 | 11001010 | 1100000 | 100001 | 0 | 10101 | 11001001 | 1011100 | 101001 |
Color Harmonies of #0887CA
Complementary color
Monochromatic Colors of #0887CA
Black with #0887CA
Text Example
Text Example
White with #0887CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0887CA; }
p { color: rgb(8,135,202); }
H1.HeaderClassName
{
color: #0887CA;
}
.AnyTagClassName
{
color: #0887CA;
}
</style>
background-color css
<style>
a { background-color: #0887CA; }
a { background-color: rgb(8,135,202); }
div.DivClassName
{
background-color: #0887CA;
}
.BgClassName
{
background-color: #0887CA;
}
</style>
border-color css
<style>
span { border-color: #0887CA; }
span { border-color: rgb(8,135,202); }
td.TdClassName
{
border-color: #0887CA;
}
.TagClassName
{
border-color: #0887CA;
}
</style>