Shades of Aqua #20ECFB
Tints of Aqua #20ECFB
RGB
CMYK
RGB Variations
Color information
#20ECFB (or 0x20ECFB) is known color: Aqua. HEX triplet: 20, EC and FB. RGB value is (32,236,251). Sum of RGB (Red+Green+Blue) = 32+236+251=519 (68% of max value = 765). Red value is 32 (12.89% from 255 or 6.17% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #20ECFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20ECFB is #DF1304. Grayscale: #B0B0B0. Windows color (decimal): -14619397 or 16509984. OLE color: 16509984.
HSL color Cylindrical-coordinate representation of color #20ECFB: hue angle of 184.11º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20ECFB is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 236 | 251 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.02 |
| HSL | 184.11º | 0.96% | 0.55% | - |
| HSV(B) | 184.11º | 0.87% | 0.98% | - |
| XYZ | 48 | 67.26 | 101.72 | - |
| YUV | 176.71 | 169.91 | 24.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 251 | 0.87 | 0.06 | 0 | 0.02 | 184.11 | 0.96 | 0.55 |
| Hex | 20 | EC | FB | 57 | 6 | 0 | 2 | B8 | 60 | 37 |
| Octal | 40 | 354 | 373 | 127 | 6 | 0 | 2 | 270 | 140 | 67 |
| Binary | 100000 | 11101100 | 11111011 | 1010111 | 110 | 0 | 10 | 10111000 | 1100000 | 110111 |
Color Harmonies of #20ECFB
Complementary color
Monochromatic Colors of #20ECFB
Black with #20ECFB
Text Example
Text Example
White with #20ECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ECFB; }
p { color: rgb(32,236,251); }
H1.HeaderClassName
{
color: #20ECFB;
}
.AnyTagClassName
{
color: #20ECFB;
}
</style>
background-color css
<style>
a { background-color: #20ECFB; }
a { background-color: rgb(32,236,251); }
div.DivClassName
{
background-color: #20ECFB;
}
.BgClassName
{
background-color: #20ECFB;
}
</style>
border-color css
<style>
span { border-color: #20ECFB; }
span { border-color: rgb(32,236,251); }
td.TdClassName
{
border-color: #20ECFB;
}
.TagClassName
{
border-color: #20ECFB;
}
</style>