Shades of Pacific Blue #029EC7
Tints of Pacific Blue #029EC7
RGB
CMYK
RGB Variations
Color information
#029EC7 (or 0x029EC7) is known color: Pacific Blue. HEX triplet: 02, 9E and C7. RGB value is (2,158,199). Sum of RGB (Red+Green+Blue) = 2+158+199=359 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 199 (78.12% from 255 or 55.43% from 359); Max value from RGB is 199 - color contains mainly: blue. Hex color #029EC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029EC7 is #FD6138. Grayscale: #737373. Windows color (decimal): -16605497 or 13082114. OLE color: 13082114.
HSL color Cylindrical-coordinate representation of color #029EC7: hue angle of 192.49º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029EC7 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 158 | 199 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.22 |
| HSL | 192.49º | 0.98% | 0.39% | - |
| HSV(B) | 192.49º | 0.99% | 0.78% | - |
| XYZ | 22.56 | 28.59 | 58.36 | - |
| YUV | 116.03 | 174.82 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 158 | 199 | 0.99 | 0.21 | 0 | 0.22 | 192.49 | 0.98 | 0.39 |
| Hex | 2 | 9E | C7 | 63 | 15 | 0 | 16 | C0 | 62 | 27 |
| Octal | 2 | 236 | 307 | 143 | 25 | 0 | 26 | 300 | 142 | 47 |
| Binary | 10 | 10011110 | 11000111 | 1100011 | 10101 | 0 | 10110 | 11000000 | 1100010 | 100111 |
Color Harmonies of #029EC7
Complementary color
Monochromatic Colors of #029EC7
Black with #029EC7
Text Example
Text Example
White with #029EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029EC7; }
p { color: rgb(2,158,199); }
H1.HeaderClassName
{
color: #029EC7;
}
.AnyTagClassName
{
color: #029EC7;
}
</style>
background-color css
<style>
a { background-color: #029EC7; }
a { background-color: rgb(2,158,199); }
div.DivClassName
{
background-color: #029EC7;
}
.BgClassName
{
background-color: #029EC7;
}
</style>
border-color css
<style>
span { border-color: #029EC7; }
span { border-color: rgb(2,158,199); }
td.TdClassName
{
border-color: #029EC7;
}
.TagClassName
{
border-color: #029EC7;
}
</style>