Shades of Pacific Blue #0296CC
Tints of Pacific Blue #0296CC
RGB
CMYK
RGB Variations
Color information
#0296CC (or 0x0296CC) is known color: Pacific Blue. HEX triplet: 02, 96 and CC. RGB value is (2,150,204). Sum of RGB (Red+Green+Blue) = 2+150+204=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #0296CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0296CC is #FD6933. Grayscale: #6F6F6F. Windows color (decimal): -16607540 or 13407746. OLE color: 13407746.
HSL color Cylindrical-coordinate representation of color #0296CC: hue angle of 196.04º 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 #0296CC is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 150 | 204 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.2 |
| HSL | 196.04º | 0.98% | 0.4% | - |
| HSV(B) | 196.04º | 0.99% | 0.8% | - |
| XYZ | 21.83 | 26.19 | 61.03 | - |
| YUV | 111.9 | 179.97 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 150 | 204 | 0.99 | 0.26 | 0 | 0.2 | 196.04 | 0.98 | 0.4 |
| Hex | 2 | 96 | CC | 63 | 1A | 0 | 14 | C4 | 62 | 28 |
| Octal | 2 | 226 | 314 | 143 | 32 | 0 | 24 | 304 | 142 | 50 |
| Binary | 10 | 10010110 | 11001100 | 1100011 | 11010 | 0 | 10100 | 11000100 | 1100010 | 101000 |
Color Harmonies of #0296CC
Complementary color
Monochromatic Colors of #0296CC
Black with #0296CC
Text Example
Text Example
White with #0296CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0296CC; }
p { color: rgb(2,150,204); }
H1.HeaderClassName
{
color: #0296CC;
}
.AnyTagClassName
{
color: #0296CC;
}
</style>
background-color css
<style>
a { background-color: #0296CC; }
a { background-color: rgb(2,150,204); }
div.DivClassName
{
background-color: #0296CC;
}
.BgClassName
{
background-color: #0296CC;
}
</style>
border-color css
<style>
span { border-color: #0296CC; }
span { border-color: rgb(2,150,204); }
td.TdClassName
{
border-color: #0296CC;
}
.TagClassName
{
border-color: #0296CC;
}
</style>