Shades of Aqua #21ECFD
Tints of Aqua #21ECFD
RGB
CMYK
RGB Variations
Color information
#21ECFD (or 0x21ECFD) is known color: Aqua. HEX triplet: 21, EC and FD. RGB value is (33,236,253). Sum of RGB (Red+Green+Blue) = 33+236+253=522 (69% of max value = 765). Red value is 33 (13.28% from 255 or 6.32% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #21ECFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21ECFD is #DE1302. Grayscale: #B0B0B0. Windows color (decimal): -14553859 or 16641057. OLE color: 16641057.
HSL color Cylindrical-coordinate representation of color #21ECFD: hue angle of 184.64º degrees, saturation: 0.98, 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 #21ECFD is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 236 | 253 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.01 |
| HSL | 184.64º | 0.98% | 0.56% | - |
| HSV(B) | 184.64º | 0.87% | 0.99% | - |
| XYZ | 48.35 | 67.41 | 103.39 | - |
| YUV | 177.24 | 170.75 | 25.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 236 | 253 | 0.87 | 0.07 | 0 | 0.01 | 184.64 | 0.98 | 0.56 |
| Hex | 21 | EC | FD | 57 | 7 | 0 | 1 | B9 | 62 | 38 |
| Octal | 41 | 354 | 375 | 127 | 7 | 0 | 1 | 271 | 142 | 70 |
| Binary | 100001 | 11101100 | 11111101 | 1010111 | 111 | 0 | 1 | 10111001 | 1100010 | 111000 |
Color Harmonies of #21ECFD
Complementary color
Monochromatic Colors of #21ECFD
Black with #21ECFD
Text Example
Text Example
White with #21ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ECFD; }
p { color: rgb(33,236,253); }
H1.HeaderClassName
{
color: #21ECFD;
}
.AnyTagClassName
{
color: #21ECFD;
}
</style>
background-color css
<style>
a { background-color: #21ECFD; }
a { background-color: rgb(33,236,253); }
div.DivClassName
{
background-color: #21ECFD;
}
.BgClassName
{
background-color: #21ECFD;
}
</style>
border-color css
<style>
span { border-color: #21ECFD; }
span { border-color: rgb(33,236,253); }
td.TdClassName
{
border-color: #21ECFD;
}
.TagClassName
{
border-color: #21ECFD;
}
</style>