Shades of Aqua #29E7FF
Tints of Aqua #29E7FF
RGB
CMYK
RGB Variations
Color information
#29E7FF (or 0x29E7FF) is known color: Aqua. HEX triplet: 29, E7 and FF. RGB value is (41,231,255). Sum of RGB (Red+Green+Blue) = 41+231+255=527 (69% of max value = 765). Red value is 41 (16.41% from 255 or 7.78% from 527); Green value is 231 (90.62% from 255 or 43.83% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #29E7FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #29E7FF is #D61800. Grayscale: #B0B0B0. Windows color (decimal): -14030849 or 16770857. OLE color: 16770857.
HSL color Cylindrical-coordinate representation of color #29E7FF: hue angle of 186.73º 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 #29E7FF is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 231 | 255 | - |
| CMYK | 0.84 | 0.09 | 0 | 0 |
| HSL | 186.73º | 1% | 0.58% | - |
| HSV(B) | 186.73º | 0.84% | 1% | - |
| XYZ | 47.54 | 64.84 | 104.62 | - |
| YUV | 176.93 | 172.05 | 31.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 231 | 255 | 0.84 | 0.09 | 0 | 0 | 186.73 | 1 | 0.58 |
| Hex | 29 | E7 | FF | 54 | 9 | 0 | 0 | BB | 64 | 3A |
| Octal | 51 | 347 | 377 | 124 | 11 | 0 | 0 | 273 | 144 | 72 |
| Binary | 101001 | 11100111 | 11111111 | 1010100 | 1001 | 0 | 0 | 10111011 | 1100100 | 111010 |
Color Harmonies of #29E7FF
Complementary color
Monochromatic Colors of #29E7FF
Black with #29E7FF
Text Example
Text Example
White with #29E7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E7FF; }
p { color: rgb(41,231,255); }
H1.HeaderClassName
{
color: #29E7FF;
}
.AnyTagClassName
{
color: #29E7FF;
}
</style>
background-color css
<style>
a { background-color: #29E7FF; }
a { background-color: rgb(41,231,255); }
div.DivClassName
{
background-color: #29E7FF;
}
.BgClassName
{
background-color: #29E7FF;
}
</style>
border-color css
<style>
span { border-color: #29E7FF; }
span { border-color: rgb(41,231,255); }
td.TdClassName
{
border-color: #29E7FF;
}
.TagClassName
{
border-color: #29E7FF;
}
</style>