Shades of Pacific Blue #0287C8
Tints of Pacific Blue #0287C8
RGB
CMYK
RGB Variations
Color information
#0287C8 (or 0x0287C8) is known color: Pacific Blue. HEX triplet: 02, 87 and C8. RGB value is (2,135,200). Sum of RGB (Red+Green+Blue) = 2+135+200=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 200 (78.52% from 255 or 59.35% from 337); Max value from RGB is 200 - color contains mainly: blue. Hex color #0287C8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0287C8 is #FD7837. Grayscale: #666666. Windows color (decimal): -16611384 or 13141762. OLE color: 13141762.
HSL color Cylindrical-coordinate representation of color #0287C8: hue angle of 199.7º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0287C8 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 135 | 200 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.22 |
| HSL | 199.7º | 0.98% | 0.4% | - |
| HSV(B) | 199.7º | 0.99% | 0.78% | - |
| XYZ | 19.11 | 21.51 | 57.79 | - |
| YUV | 102.64 | 182.94 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 135 | 200 | 0.99 | 0.32 | 0 | 0.22 | 199.7 | 0.98 | 0.4 |
| Hex | 2 | 87 | C8 | 63 | 20 | 0 | 16 | C8 | 62 | 28 |
| Octal | 2 | 207 | 310 | 143 | 40 | 0 | 26 | 310 | 142 | 50 |
| Binary | 10 | 10000111 | 11001000 | 1100011 | 100000 | 0 | 10110 | 11001000 | 1100010 | 101000 |
Color Harmonies of #0287C8
Complementary color
Monochromatic Colors of #0287C8
Black with #0287C8
Text Example
Text Example
White with #0287C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0287C8; }
p { color: rgb(2,135,200); }
H1.HeaderClassName
{
color: #0287C8;
}
.AnyTagClassName
{
color: #0287C8;
}
</style>
background-color css
<style>
a { background-color: #0287C8; }
a { background-color: rgb(2,135,200); }
div.DivClassName
{
background-color: #0287C8;
}
.BgClassName
{
background-color: #0287C8;
}
</style>
border-color css
<style>
span { border-color: #0287C8; }
span { border-color: rgb(2,135,200); }
td.TdClassName
{
border-color: #0287C8;
}
.TagClassName
{
border-color: #0287C8;
}
</style>