Shades of Aqua #21E8FF
Tints of Aqua #21E8FF
RGB
CMYK
RGB Variations
Color information
#21E8FF (or 0x21E8FF) is known color: Aqua. HEX triplet: 21, E8 and FF. RGB value is (33,232,255). Sum of RGB (Red+Green+Blue) = 33+232+255=520 (68% of max value = 765). Red value is 33 (13.28% from 255 or 6.35% from 520); Green value is 232 (91.02% from 255 or 44.62% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #21E8FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21E8FF is #DE1700. Grayscale: #AEAEAE. Windows color (decimal): -14554881 or 16771105. OLE color: 16771105.
HSL color Cylindrical-coordinate representation of color #21E8FF: hue angle of 186.22º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21E8FF is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 232 | 255 | - |
| CMYK | 0.87 | 0.09 | 0 | 0 |
| HSL | 186.22º | 1% | 0.56% | - |
| HSV(B) | 186.22º | 0.87% | 1% | - |
| XYZ | 47.53 | 65.26 | 104.7 | - |
| YUV | 175.12 | 173.07 | 26.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 232 | 255 | 0.87 | 0.09 | 0 | 0 | 186.22 | 1 | 0.56 |
| Hex | 21 | E8 | FF | 57 | 9 | 0 | 0 | BA | 64 | 38 |
| Octal | 41 | 350 | 377 | 127 | 11 | 0 | 0 | 272 | 144 | 70 |
| Binary | 100001 | 11101000 | 11111111 | 1010111 | 1001 | 0 | 0 | 10111010 | 1100100 | 111000 |
Color Harmonies of #21E8FF
Complementary color
Monochromatic Colors of #21E8FF
Black with #21E8FF
Text Example
Text Example
White with #21E8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E8FF; }
p { color: rgb(33,232,255); }
H1.HeaderClassName
{
color: #21E8FF;
}
.AnyTagClassName
{
color: #21E8FF;
}
</style>
background-color css
<style>
a { background-color: #21E8FF; }
a { background-color: rgb(33,232,255); }
div.DivClassName
{
background-color: #21E8FF;
}
.BgClassName
{
background-color: #21E8FF;
}
</style>
border-color css
<style>
span { border-color: #21E8FF; }
span { border-color: rgb(33,232,255); }
td.TdClassName
{
border-color: #21E8FF;
}
.TagClassName
{
border-color: #21E8FF;
}
</style>