Shades of Aqua #21EEFF
Tints of Aqua #21EEFF
RGB
CMYK
RGB Variations
Color information
#21EEFF (or 0x21EEFF) is known color: Aqua. HEX triplet: 21, EE and FF. RGB value is (33,238,255). Sum of RGB (Red+Green+Blue) = 33+238+255=526 (69% of max value = 765). Red value is 33 (13.28% from 255 or 6.27% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #21EEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21EEFF is #DE1100. Grayscale: #B2B2B2. Windows color (decimal): -14553345 or 16772641. OLE color: 16772641.
HSL color Cylindrical-coordinate representation of color #21EEFF: hue angle of 184.59º 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 #21EEFF is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 238 | 255 | - |
| CMYK | 0.87 | 0.07 | 0 | 0 |
| HSL | 184.59º | 1% | 0.56% | - |
| HSV(B) | 184.59º | 0.87% | 1% | - |
| XYZ | 49.25 | 68.69 | 105.27 | - |
| YUV | 178.64 | 171.08 | 24.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 238 | 255 | 0.87 | 0.07 | 0 | 0 | 184.59 | 1 | 0.56 |
| Hex | 21 | EE | FF | 57 | 7 | 0 | 0 | B9 | 64 | 38 |
| Octal | 41 | 356 | 377 | 127 | 7 | 0 | 0 | 271 | 144 | 70 |
| Binary | 100001 | 11101110 | 11111111 | 1010111 | 111 | 0 | 0 | 10111001 | 1100100 | 111000 |
Color Harmonies of #21EEFF
Complementary color
Monochromatic Colors of #21EEFF
Black with #21EEFF
Text Example
Text Example
White with #21EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EEFF; }
p { color: rgb(33,238,255); }
H1.HeaderClassName
{
color: #21EEFF;
}
.AnyTagClassName
{
color: #21EEFF;
}
</style>
background-color css
<style>
a { background-color: #21EEFF; }
a { background-color: rgb(33,238,255); }
div.DivClassName
{
background-color: #21EEFF;
}
.BgClassName
{
background-color: #21EEFF;
}
</style>
border-color css
<style>
span { border-color: #21EEFF; }
span { border-color: rgb(33,238,255); }
td.TdClassName
{
border-color: #21EEFF;
}
.TagClassName
{
border-color: #21EEFF;
}
</style>