Shades of Aqua #21ECFC
Tints of Aqua #21ECFC
RGB
CMYK
RGB Variations
Color information
#21ECFC (or 0x21ECFC) is known color: Aqua. HEX triplet: 21, EC and FC. RGB value is (33,236,252). Sum of RGB (Red+Green+Blue) = 33+236+252=521 (69% of max value = 765). Red value is 33 (13.28% from 255 or 6.33% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #21ECFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21ECFC is #DE1303. Grayscale: #B0B0B0. Windows color (decimal): -14553860 or 16575521. OLE color: 16575521.
HSL color Cylindrical-coordinate representation of color #21ECFC: hue angle of 184.38º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21ECFC is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 236 | 252 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.01 |
| HSL | 184.38º | 0.97% | 0.56% | - |
| HSV(B) | 184.38º | 0.87% | 0.99% | - |
| XYZ | 48.19 | 67.34 | 102.55 | - |
| YUV | 177.13 | 170.25 | 25.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 236 | 252 | 0.87 | 0.06 | 0 | 0.01 | 184.38 | 0.97 | 0.56 |
| Hex | 21 | EC | FC | 57 | 6 | 0 | 1 | B8 | 61 | 38 |
| Octal | 41 | 354 | 374 | 127 | 6 | 0 | 1 | 270 | 141 | 70 |
| Binary | 100001 | 11101100 | 11111100 | 1010111 | 110 | 0 | 1 | 10111000 | 1100001 | 111000 |
Color Harmonies of #21ECFC
Complementary color
Monochromatic Colors of #21ECFC
Black with #21ECFC
Text Example
Text Example
White with #21ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ECFC; }
p { color: rgb(33,236,252); }
H1.HeaderClassName
{
color: #21ECFC;
}
.AnyTagClassName
{
color: #21ECFC;
}
</style>
background-color css
<style>
a { background-color: #21ECFC; }
a { background-color: rgb(33,236,252); }
div.DivClassName
{
background-color: #21ECFC;
}
.BgClassName
{
background-color: #21ECFC;
}
</style>
border-color css
<style>
span { border-color: #21ECFC; }
span { border-color: rgb(33,236,252); }
td.TdClassName
{
border-color: #21ECFC;
}
.TagClassName
{
border-color: #21ECFC;
}
</style>