Shades of Pacific Blue #029ECC
Tints of Pacific Blue #029ECC
RGB
CMYK
RGB Variations
Color information
#029ECC (or 0x029ECC) is known color: Pacific Blue. HEX triplet: 02, 9E and CC. RGB value is (2,158,204). Sum of RGB (Red+Green+Blue) = 2+158+204=364 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #029ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029ECC is #FD6133. Grayscale: #747474. Windows color (decimal): -16605492 or 13409794. OLE color: 13409794.
HSL color Cylindrical-coordinate representation of color #029ECC: hue angle of 193.66º 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 #029ECC is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 158 | 204 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.2 |
| HSL | 193.66º | 0.98% | 0.4% | - |
| HSV(B) | 193.66º | 0.99% | 0.8% | - |
| XYZ | 23.15 | 28.83 | 61.47 | - |
| YUV | 116.6 | 177.32 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 158 | 204 | 0.99 | 0.23 | 0 | 0.2 | 193.66 | 0.98 | 0.4 |
| Hex | 2 | 9E | CC | 63 | 17 | 0 | 14 | C2 | 62 | 28 |
| Octal | 2 | 236 | 314 | 143 | 27 | 0 | 24 | 302 | 142 | 50 |
| Binary | 10 | 10011110 | 11001100 | 1100011 | 10111 | 0 | 10100 | 11000010 | 1100010 | 101000 |
Color Harmonies of #029ECC
Complementary color
Monochromatic Colors of #029ECC
Black with #029ECC
Text Example
Text Example
White with #029ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029ECC; }
p { color: rgb(2,158,204); }
H1.HeaderClassName
{
color: #029ECC;
}
.AnyTagClassName
{
color: #029ECC;
}
</style>
background-color css
<style>
a { background-color: #029ECC; }
a { background-color: rgb(2,158,204); }
div.DivClassName
{
background-color: #029ECC;
}
.BgClassName
{
background-color: #029ECC;
}
</style>
border-color css
<style>
span { border-color: #029ECC; }
span { border-color: rgb(2,158,204); }
td.TdClassName
{
border-color: #029ECC;
}
.TagClassName
{
border-color: #029ECC;
}
</style>