Shades of Aqua #20EFF8
Tints of Aqua #20EFF8
RGB
CMYK
RGB Variations
Color information
#20EFF8 (or 0x20EFF8) is known color: Aqua. HEX triplet: 20, EF and F8. RGB value is (32,239,248). Sum of RGB (Red+Green+Blue) = 32+239+248=519 (68% of max value = 765). Red value is 32 (12.89% from 255 or 6.17% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 248 (97.27% from 255 or 47.78% from 519); Max value from RGB is 248 - color contains mainly: blue. Hex color #20EFF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20EFF8 is #DF1007. Grayscale: #B1B1B1. Windows color (decimal): -14618632 or 16314144. OLE color: 16314144.
HSL color Cylindrical-coordinate representation of color #20EFF8: hue angle of 182.5º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EFF8 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 32 | 239 | 248 | - |
| CMYK | 0.87 | 0.04 | 0 | 0.03 |
| HSL | 182.5º | 0.94% | 0.55% | - |
| HSV(B) | 182.5º | 0.87% | 0.97% | - |
| XYZ | 48.41 | 68.82 | 99.54 | - |
| YUV | 178.13 | 167.42 | 23.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 239 | 248 | 0.87 | 0.04 | 0 | 0.03 | 182.5 | 0.94 | 0.55 |
| Hex | 20 | EF | F8 | 57 | 4 | 0 | 3 | B6 | 5E | 37 |
| Octal | 40 | 357 | 370 | 127 | 4 | 0 | 3 | 266 | 136 | 67 |
| Binary | 100000 | 11101111 | 11111000 | 1010111 | 100 | 0 | 11 | 10110110 | 1011110 | 110111 |
Color Harmonies of #20EFF8
Complementary color
Monochromatic Colors of #20EFF8
Black with #20EFF8
Text Example
Text Example
White with #20EFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EFF8; }
p { color: rgb(32,239,248); }
H1.HeaderClassName
{
color: #20EFF8;
}
.AnyTagClassName
{
color: #20EFF8;
}
</style>
background-color css
<style>
a { background-color: #20EFF8; }
a { background-color: rgb(32,239,248); }
div.DivClassName
{
background-color: #20EFF8;
}
.BgClassName
{
background-color: #20EFF8;
}
</style>
border-color css
<style>
span { border-color: #20EFF8; }
span { border-color: rgb(32,239,248); }
td.TdClassName
{
border-color: #20EFF8;
}
.TagClassName
{
border-color: #20EFF8;
}
</style>