Shades of Pacific Blue #029DDF
Tints of Pacific Blue #029DDF
RGB
CMYK
RGB Variations
Color information
#029DDF (or 0x029DDF) is known color: Pacific Blue. HEX triplet: 02, 9D and DF. RGB value is (2,157,223). Sum of RGB (Red+Green+Blue) = 2+157+223=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #029DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #029DDF is #FD6220. Grayscale: #757575. Windows color (decimal): -16605729 or 14654722. OLE color: 14654722.
HSL color Cylindrical-coordinate representation of color #029DDF: hue angle of 197.92º 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 #029DDF is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 157 | 223 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.13 |
| HSL | 197.92º | 0.98% | 0.44% | - |
| HSV(B) | 197.92º | 0.99% | 0.87% | - |
| XYZ | 25.4 | 29.45 | 74.16 | - |
| YUV | 118.18 | 187.15 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 157 | 223 | 0.99 | 0.30 | 0 | 0.13 | 197.92 | 0.98 | 0.44 |
| Hex | 2 | 9D | DF | 63 | 1E | 0 | D | C6 | 62 | 2C |
| Octal | 2 | 235 | 337 | 143 | 36 | 0 | 15 | 306 | 142 | 54 |
| Binary | 10 | 10011101 | 11011111 | 1100011 | 11110 | 0 | 1101 | 11000110 | 1100010 | 101100 |
Color Harmonies of #029DDF
Complementary color
Monochromatic Colors of #029DDF
Black with #029DDF
Text Example
Text Example
White with #029DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029DDF; }
p { color: rgb(2,157,223); }
H1.HeaderClassName
{
color: #029DDF;
}
.AnyTagClassName
{
color: #029DDF;
}
</style>
background-color css
<style>
a { background-color: #029DDF; }
a { background-color: rgb(2,157,223); }
div.DivClassName
{
background-color: #029DDF;
}
.BgClassName
{
background-color: #029DDF;
}
</style>
border-color css
<style>
span { border-color: #029DDF; }
span { border-color: rgb(2,157,223); }
td.TdClassName
{
border-color: #029DDF;
}
.TagClassName
{
border-color: #029DDF;
}
</style>