Shades of Aqua #29ECFF
Tints of Aqua #29ECFF
RGB
CMYK
RGB Variations
Color information
#29ECFF (or 0x29ECFF) is known color: Aqua. HEX triplet: 29, EC and FF. RGB value is (41,236,255). Sum of RGB (Red+Green+Blue) = 41+236+255=532 (70% of max value = 765). Red value is 41 (16.41% from 255 or 7.71% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #29ECFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29ECFF is #D61300. Grayscale: #B3B3B3. Windows color (decimal): -14029569 or 16772137. OLE color: 16772137.
HSL color Cylindrical-coordinate representation of color #29ECFF: hue angle of 185.33º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29ECFF is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 236 | 255 | - |
| CMYK | 0.84 | 0.07 | 0 | 0 |
| HSL | 185.33º | 1% | 0.58% | - |
| HSV(B) | 185.33º | 0.84% | 1% | - |
| XYZ | 48.96 | 67.68 | 105.09 | - |
| YUV | 179.86 | 170.4 | 28.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 236 | 255 | 0.84 | 0.07 | 0 | 0 | 185.33 | 1 | 0.58 |
| Hex | 29 | EC | FF | 54 | 7 | 0 | 0 | B9 | 64 | 3A |
| Octal | 51 | 354 | 377 | 124 | 7 | 0 | 0 | 271 | 144 | 72 |
| Binary | 101001 | 11101100 | 11111111 | 1010100 | 111 | 0 | 0 | 10111001 | 1100100 | 111010 |
Color Harmonies of #29ECFF
Complementary color
Monochromatic Colors of #29ECFF
Black with #29ECFF
Text Example
Text Example
White with #29ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29ECFF; }
p { color: rgb(41,236,255); }
H1.HeaderClassName
{
color: #29ECFF;
}
.AnyTagClassName
{
color: #29ECFF;
}
</style>
background-color css
<style>
a { background-color: #29ECFF; }
a { background-color: rgb(41,236,255); }
div.DivClassName
{
background-color: #29ECFF;
}
.BgClassName
{
background-color: #29ECFF;
}
</style>
border-color css
<style>
span { border-color: #29ECFF; }
span { border-color: rgb(41,236,255); }
td.TdClassName
{
border-color: #29ECFF;
}
.TagClassName
{
border-color: #29ECFF;
}
</style>