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