Shades of Pacific Blue #029EC0
Tints of Pacific Blue #029EC0
RGB
CMYK
RGB Variations
Color information
#029EC0 (or 0x029EC0) is known color: Pacific Blue. HEX triplet: 02, 9E and C0. RGB value is (2,158,192). Sum of RGB (Red+Green+Blue) = 2+158+192=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 192 (75.39% from 255 or 54.55% from 352); Max value from RGB is 192 - color contains mainly: blue. Hex color #029EC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029EC0 is #FD613F. Grayscale: #727272. Windows color (decimal): -16605504 or 12623362. OLE color: 12623362.
HSL color Cylindrical-coordinate representation of color #029EC0: hue angle of 190.74º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029EC0 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 158 | 192 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.25 |
| HSL | 190.74º | 0.98% | 0.38% | - |
| HSV(B) | 190.74º | 0.99% | 0.75% | - |
| XYZ | 21.77 | 28.27 | 54.18 | - |
| YUV | 115.23 | 171.32 | 47.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 158 | 192 | 0.99 | 0.18 | 0 | 0.25 | 190.74 | 0.98 | 0.38 |
| Hex | 2 | 9E | C0 | 63 | 12 | 0 | 19 | BF | 62 | 26 |
| Octal | 2 | 236 | 300 | 143 | 22 | 0 | 31 | 277 | 142 | 46 |
| Binary | 10 | 10011110 | 11000000 | 1100011 | 10010 | 0 | 11001 | 10111111 | 1100010 | 100110 |
Color Harmonies of #029EC0
Complementary color
Monochromatic Colors of #029EC0
Black with #029EC0
Text Example
Text Example
White with #029EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029EC0; }
p { color: rgb(2,158,192); }
H1.HeaderClassName
{
color: #029EC0;
}
.AnyTagClassName
{
color: #029EC0;
}
</style>
background-color css
<style>
a { background-color: #029EC0; }
a { background-color: rgb(2,158,192); }
div.DivClassName
{
background-color: #029EC0;
}
.BgClassName
{
background-color: #029EC0;
}
</style>
border-color css
<style>
span { border-color: #029EC0; }
span { border-color: rgb(2,158,192); }
td.TdClassName
{
border-color: #029EC0;
}
.TagClassName
{
border-color: #029EC0;
}
</style>