Shades of Pacific Blue #029EDF
Tints of Pacific Blue #029EDF
RGB
CMYK
RGB Variations
Color information
#029EDF (or 0x029EDF) is known color: Pacific Blue. HEX triplet: 02, 9E and DF. RGB value is (2,158,223). Sum of RGB (Red+Green+Blue) = 2+158+223=383 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #029EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029EDF is #FD6120. Grayscale: #767676. Windows color (decimal): -16605473 or 14654978. OLE color: 14654978.
HSL color Cylindrical-coordinate representation of color #029EDF: hue angle of 197.65º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029EDF is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 158 | 223 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.13 |
| HSL | 197.65º | 0.98% | 0.44% | - |
| HSV(B) | 197.65º | 0.99% | 0.87% | - |
| XYZ | 25.57 | 29.79 | 74.22 | - |
| YUV | 118.77 | 186.82 | 44.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 158 | 223 | 0.99 | 0.29 | 0 | 0.13 | 197.65 | 0.98 | 0.44 |
| Hex | 2 | 9E | DF | 63 | 1D | 0 | D | C6 | 62 | 2C |
| Octal | 2 | 236 | 337 | 143 | 35 | 0 | 15 | 306 | 142 | 54 |
| Binary | 10 | 10011110 | 11011111 | 1100011 | 11101 | 0 | 1101 | 11000110 | 1100010 | 101100 |
Color Harmonies of #029EDF
Complementary color
Monochromatic Colors of #029EDF
Black with #029EDF
Text Example
Text Example
White with #029EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029EDF; }
p { color: rgb(2,158,223); }
H1.HeaderClassName
{
color: #029EDF;
}
.AnyTagClassName
{
color: #029EDF;
}
</style>
background-color css
<style>
a { background-color: #029EDF; }
a { background-color: rgb(2,158,223); }
div.DivClassName
{
background-color: #029EDF;
}
.BgClassName
{
background-color: #029EDF;
}
</style>
border-color css
<style>
span { border-color: #029EDF; }
span { border-color: rgb(2,158,223); }
td.TdClassName
{
border-color: #029EDF;
}
.TagClassName
{
border-color: #029EDF;
}
</style>