Shades of Pacific Blue #029EDA
Tints of Pacific Blue #029EDA
RGB
CMYK
RGB Variations
Color information
#029EDA (or 0x029EDA) is known color: Pacific Blue. HEX triplet: 02, 9E and DA. RGB value is (2,158,218). Sum of RGB (Red+Green+Blue) = 2+158+218=378 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #029EDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029EDA is #FD6125. Grayscale: #757575. Windows color (decimal): -16605478 or 14327298. OLE color: 14327298.
HSL color Cylindrical-coordinate representation of color #029EDA: hue angle of 196.67º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029EDA is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 158 | 218 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.15 |
| HSL | 196.67º | 0.98% | 0.43% | - |
| HSV(B) | 196.67º | 0.99% | 0.85% | - |
| XYZ | 24.91 | 29.53 | 70.72 | - |
| YUV | 118.2 | 184.32 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 158 | 218 | 0.99 | 0.28 | 0 | 0.15 | 196.67 | 0.98 | 0.43 |
| Hex | 2 | 9E | DA | 63 | 1C | 0 | F | C5 | 62 | 2B |
| Octal | 2 | 236 | 332 | 143 | 34 | 0 | 17 | 305 | 142 | 53 |
| Binary | 10 | 10011110 | 11011010 | 1100011 | 11100 | 0 | 1111 | 11000101 | 1100010 | 101011 |
Color Harmonies of #029EDA
Complementary color
Monochromatic Colors of #029EDA
Black with #029EDA
Text Example
Text Example
White with #029EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029EDA; }
p { color: rgb(2,158,218); }
H1.HeaderClassName
{
color: #029EDA;
}
.AnyTagClassName
{
color: #029EDA;
}
</style>
background-color css
<style>
a { background-color: #029EDA; }
a { background-color: rgb(2,158,218); }
div.DivClassName
{
background-color: #029EDA;
}
.BgClassName
{
background-color: #029EDA;
}
</style>
border-color css
<style>
span { border-color: #029EDA; }
span { border-color: rgb(2,158,218); }
td.TdClassName
{
border-color: #029EDA;
}
.TagClassName
{
border-color: #029EDA;
}
</style>