Shades of Aqua #20EAFE
Tints of Aqua #20EAFE
RGB
CMYK
RGB Variations
Color information
#20EAFE (or 0x20EAFE) is known color: Aqua. HEX triplet: 20, EA and FE. RGB value is (32,234,254). Sum of RGB (Red+Green+Blue) = 32+234+254=520 (68% of max value = 765). Red value is 32 (12.89% from 255 or 6.15% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #20EAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20EAFE is #DF1501. Grayscale: #AFAFAF. Windows color (decimal): -14619906 or 16706080. OLE color: 16706080.
HSL color Cylindrical-coordinate representation of color #20EAFE: hue angle of 185.41º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EAFE is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 32 | 234 | 254 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.00 |
| HSL | 185.41º | 0.99% | 0.56% | - |
| HSV(B) | 185.41º | 0.87% | 1% | - |
| XYZ | 47.91 | 66.31 | 104.04 | - |
| YUV | 175.88 | 172.08 | 25.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 234 | 254 | 0.87 | 0.08 | 0 | 0.00 | 185.41 | 0.99 | 0.56 |
| Hex | 20 | EA | FE | 57 | 8 | 0 | 0 | B9 | 63 | 38 |
| Octal | 40 | 352 | 376 | 127 | 10 | 0 | 0 | 271 | 143 | 70 |
| Binary | 100000 | 11101010 | 11111110 | 1010111 | 1000 | 0 | 0 | 10111001 | 1100011 | 111000 |
Color Harmonies of #20EAFE
Complementary color
Monochromatic Colors of #20EAFE
Black with #20EAFE
Text Example
Text Example
White with #20EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EAFE; }
p { color: rgb(32,234,254); }
H1.HeaderClassName
{
color: #20EAFE;
}
.AnyTagClassName
{
color: #20EAFE;
}
</style>
background-color css
<style>
a { background-color: #20EAFE; }
a { background-color: rgb(32,234,254); }
div.DivClassName
{
background-color: #20EAFE;
}
.BgClassName
{
background-color: #20EAFE;
}
</style>
border-color css
<style>
span { border-color: #20EAFE; }
span { border-color: rgb(32,234,254); }
td.TdClassName
{
border-color: #20EAFE;
}
.TagClassName
{
border-color: #20EAFE;
}
</style>