Shades of Pacific Blue #029ECF
Tints of Pacific Blue #029ECF
RGB
CMYK
RGB Variations
Color information
#029ECF (or 0x029ECF) is known color: Pacific Blue. HEX triplet: 02, 9E and CF. RGB value is (2,158,207). Sum of RGB (Red+Green+Blue) = 2+158+207=367 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #029ECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029ECF is #FD6130. Grayscale: #747474. Windows color (decimal): -16605489 or 13606402. OLE color: 13606402.
HSL color Cylindrical-coordinate representation of color #029ECF: hue angle of 194.34º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029ECF is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 158 | 207 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.19 |
| HSL | 194.34º | 0.98% | 0.41% | - |
| HSV(B) | 194.34º | 0.99% | 0.81% | - |
| XYZ | 23.51 | 28.97 | 63.38 | - |
| YUV | 116.94 | 178.82 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 158 | 207 | 0.99 | 0.24 | 0 | 0.19 | 194.34 | 0.98 | 0.41 |
| Hex | 2 | 9E | CF | 63 | 18 | 0 | 13 | C2 | 62 | 29 |
| Octal | 2 | 236 | 317 | 143 | 30 | 0 | 23 | 302 | 142 | 51 |
| Binary | 10 | 10011110 | 11001111 | 1100011 | 11000 | 0 | 10011 | 11000010 | 1100010 | 101001 |
Color Harmonies of #029ECF
Complementary color
Monochromatic Colors of #029ECF
Black with #029ECF
Text Example
Text Example
White with #029ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029ECF; }
p { color: rgb(2,158,207); }
H1.HeaderClassName
{
color: #029ECF;
}
.AnyTagClassName
{
color: #029ECF;
}
</style>
background-color css
<style>
a { background-color: #029ECF; }
a { background-color: rgb(2,158,207); }
div.DivClassName
{
background-color: #029ECF;
}
.BgClassName
{
background-color: #029ECF;
}
</style>
border-color css
<style>
span { border-color: #029ECF; }
span { border-color: rgb(2,158,207); }
td.TdClassName
{
border-color: #029ECF;
}
.TagClassName
{
border-color: #029ECF;
}
</style>