Shades of Pacific Blue #0286CC
Tints of Pacific Blue #0286CC
RGB
CMYK
RGB Variations
Color information
#0286CC (or 0x0286CC) is known color: Pacific Blue. HEX triplet: 02, 86 and CC. RGB value is (2,134,204). Sum of RGB (Red+Green+Blue) = 2+134+204=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #0286CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0286CC is #FD7933. Grayscale: #666666. Windows color (decimal): -16611636 or 13403650. OLE color: 13403650.
HSL color Cylindrical-coordinate representation of color #0286CC: hue angle of 200.79º 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 #0286CC is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 134 | 204 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.2 |
| HSL | 200.79º | 0.98% | 0.4% | - |
| HSV(B) | 200.79º | 0.99% | 0.8% | - |
| XYZ | 19.45 | 21.42 | 60.24 | - |
| YUV | 102.51 | 185.27 | 56.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 134 | 204 | 0.99 | 0.34 | 0 | 0.2 | 200.79 | 0.98 | 0.4 |
| Hex | 2 | 86 | CC | 63 | 22 | 0 | 14 | C9 | 62 | 28 |
| Octal | 2 | 206 | 314 | 143 | 42 | 0 | 24 | 311 | 142 | 50 |
| Binary | 10 | 10000110 | 11001100 | 1100011 | 100010 | 0 | 10100 | 11001001 | 1100010 | 101000 |
Color Harmonies of #0286CC
Complementary color
Monochromatic Colors of #0286CC
Black with #0286CC
Text Example
Text Example
White with #0286CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0286CC; }
p { color: rgb(2,134,204); }
H1.HeaderClassName
{
color: #0286CC;
}
.AnyTagClassName
{
color: #0286CC;
}
</style>
background-color css
<style>
a { background-color: #0286CC; }
a { background-color: rgb(2,134,204); }
div.DivClassName
{
background-color: #0286CC;
}
.BgClassName
{
background-color: #0286CC;
}
</style>
border-color css
<style>
span { border-color: #0286CC; }
span { border-color: rgb(2,134,204); }
td.TdClassName
{
border-color: #0286CC;
}
.TagClassName
{
border-color: #0286CC;
}
</style>