Shades of Aqua #14E2FE
Tints of Aqua #14E2FE
RGB
CMYK
RGB Variations
Color information
#14E2FE (or 0x14E2FE) is known color: Aqua. HEX triplet: 14, E2 and FE. RGB value is (20,226,254). Sum of RGB (Red+Green+Blue) = 20+226+254=500 (66% of max value = 765). Red value is 20 (8.20% from 255 or 4% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #14E2FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14E2FE is #EB1D01. Grayscale: #A7A7A7. Windows color (decimal): -15408386 or 16704020. OLE color: 16704020.
HSL color Cylindrical-coordinate representation of color #14E2FE: hue angle of 187.18º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14E2FE is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 226 | 254 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.00 |
| HSL | 187.18º | 0.99% | 0.54% | - |
| HSV(B) | 187.18º | 0.92% | 1% | - |
| XYZ | 45.37 | 61.7 | 103.28 | - |
| YUV | 167.6 | 176.75 | 22.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 226 | 254 | 0.92 | 0.11 | 0 | 0.00 | 187.18 | 0.99 | 0.54 |
| Hex | 14 | E2 | FE | 5C | B | 0 | 0 | BB | 63 | 36 |
| Octal | 24 | 342 | 376 | 134 | 13 | 0 | 0 | 273 | 143 | 66 |
| Binary | 10100 | 11100010 | 11111110 | 1011100 | 1011 | 0 | 0 | 10111011 | 1100011 | 110110 |
Color Harmonies of #14E2FE
Complementary color
Monochromatic Colors of #14E2FE
Black with #14E2FE
Text Example
Text Example
White with #14E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E2FE; }
p { color: rgb(20,226,254); }
H1.HeaderClassName
{
color: #14E2FE;
}
.AnyTagClassName
{
color: #14E2FE;
}
</style>
background-color css
<style>
a { background-color: #14E2FE; }
a { background-color: rgb(20,226,254); }
div.DivClassName
{
background-color: #14E2FE;
}
.BgClassName
{
background-color: #14E2FE;
}
</style>
border-color css
<style>
span { border-color: #14E2FE; }
span { border-color: rgb(20,226,254); }
td.TdClassName
{
border-color: #14E2FE;
}
.TagClassName
{
border-color: #14E2FE;
}
</style>