Shades of Aqua #14E2FF
Tints of Aqua #14E2FF
RGB
CMYK
RGB Variations
Color information
#14E2FF (or 0x14E2FF) is known color: Aqua. HEX triplet: 14, E2 and FF. RGB value is (20,226,255). Sum of RGB (Red+Green+Blue) = 20+226+255=501 (66% of max value = 765). Red value is 20 (8.20% from 255 or 3.99% from 501); Green value is 226 (88.67% from 255 or 45.11% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #14E2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14E2FF is #EB1D00. Grayscale: #A7A7A7. Windows color (decimal): -15408385 or 16769556. OLE color: 16769556.
HSL color Cylindrical-coordinate representation of color #14E2FF: hue angle of 187.4º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14E2FF is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 226 | 255 | - |
| CMYK | 0.92 | 0.11 | 0 | 0 |
| HSL | 187.4º | 1% | 0.54% | - |
| HSV(B) | 187.4º | 0.92% | 1% | - |
| XYZ | 45.53 | 61.76 | 104.13 | - |
| YUV | 167.71 | 177.25 | 22.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 226 | 255 | 0.92 | 0.11 | 0 | 0 | 187.4 | 1 | 0.54 |
| Hex | 14 | E2 | FF | 5C | B | 0 | 0 | BB | 64 | 36 |
| Octal | 24 | 342 | 377 | 134 | 13 | 0 | 0 | 273 | 144 | 66 |
| Binary | 10100 | 11100010 | 11111111 | 1011100 | 1011 | 0 | 0 | 10111011 | 1100100 | 110110 |
Color Harmonies of #14E2FF
Complementary color
Monochromatic Colors of #14E2FF
Black with #14E2FF
Text Example
Text Example
White with #14E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E2FF; }
p { color: rgb(20,226,255); }
H1.HeaderClassName
{
color: #14E2FF;
}
.AnyTagClassName
{
color: #14E2FF;
}
</style>
background-color css
<style>
a { background-color: #14E2FF; }
a { background-color: rgb(20,226,255); }
div.DivClassName
{
background-color: #14E2FF;
}
.BgClassName
{
background-color: #14E2FF;
}
</style>
border-color css
<style>
span { border-color: #14E2FF; }
span { border-color: rgb(20,226,255); }
td.TdClassName
{
border-color: #14E2FF;
}
.TagClassName
{
border-color: #14E2FF;
}
</style>