Shades of Pacific Blue #0286CB
Tints of Pacific Blue #0286CB
RGB
CMYK
RGB Variations
Color information
#0286CB (or 0x0286CB) is known color: Pacific Blue. HEX triplet: 02, 86 and CB. RGB value is (2,134,203). Sum of RGB (Red+Green+Blue) = 2+134+203=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #0286CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0286CB is #FD7934. Grayscale: #656565. Windows color (decimal): -16611637 or 13338114. OLE color: 13338114.
HSL color Cylindrical-coordinate representation of color #0286CB: hue angle of 200.6º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0286CB is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 134 | 203 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.20 |
| HSL | 200.6º | 0.98% | 0.4% | - |
| HSV(B) | 200.6º | 0.99% | 0.8% | - |
| XYZ | 19.33 | 21.37 | 59.61 | - |
| YUV | 102.4 | 184.77 | 56.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 134 | 203 | 0.99 | 0.34 | 0 | 0.20 | 200.6 | 0.98 | 0.4 |
| Hex | 2 | 86 | CB | 63 | 22 | 0 | 14 | C9 | 62 | 28 |
| Octal | 2 | 206 | 313 | 143 | 42 | 0 | 24 | 311 | 142 | 50 |
| Binary | 10 | 10000110 | 11001011 | 1100011 | 100010 | 0 | 10100 | 11001001 | 1100010 | 101000 |
Color Harmonies of #0286CB
Complementary color
Monochromatic Colors of #0286CB
Black with #0286CB
Text Example
Text Example
White with #0286CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0286CB; }
p { color: rgb(2,134,203); }
H1.HeaderClassName
{
color: #0286CB;
}
.AnyTagClassName
{
color: #0286CB;
}
</style>
background-color css
<style>
a { background-color: #0286CB; }
a { background-color: rgb(2,134,203); }
div.DivClassName
{
background-color: #0286CB;
}
.BgClassName
{
background-color: #0286CB;
}
</style>
border-color css
<style>
span { border-color: #0286CB; }
span { border-color: rgb(2,134,203); }
td.TdClassName
{
border-color: #0286CB;
}
.TagClassName
{
border-color: #0286CB;
}
</style>