Shades of Aqua #14E5FD
Tints of Aqua #14E5FD
RGB
CMYK
RGB Variations
Color information
#14E5FD (or 0x14E5FD) is known color: Aqua. HEX triplet: 14, E5 and FD. RGB value is (20,229,253). Sum of RGB (Red+Green+Blue) = 20+229+253=502 (66% of max value = 765). Red value is 20 (8.20% from 255 or 3.98% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #14E5FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14E5FD is #EB1A02. Grayscale: #A8A8A8. Windows color (decimal): -15407619 or 16639252. OLE color: 16639252.
HSL color Cylindrical-coordinate representation of color #14E5FD: hue angle of 186.18º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14E5FD is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 229 | 253 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.01 |
| HSL | 186.18º | 0.98% | 0.54% | - |
| HSV(B) | 186.18º | 0.92% | 0.99% | - |
| XYZ | 46.04 | 63.28 | 102.72 | - |
| YUV | 169.25 | 175.26 | 21.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 229 | 253 | 0.92 | 0.09 | 0 | 0.01 | 186.18 | 0.98 | 0.54 |
| Hex | 14 | E5 | FD | 5C | 9 | 0 | 1 | BA | 62 | 36 |
| Octal | 24 | 345 | 375 | 134 | 11 | 0 | 1 | 272 | 142 | 66 |
| Binary | 10100 | 11100101 | 11111101 | 1011100 | 1001 | 0 | 1 | 10111010 | 1100010 | 110110 |
Color Harmonies of #14E5FD
Complementary color
Monochromatic Colors of #14E5FD
Black with #14E5FD
Text Example
Text Example
White with #14E5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E5FD; }
p { color: rgb(20,229,253); }
H1.HeaderClassName
{
color: #14E5FD;
}
.AnyTagClassName
{
color: #14E5FD;
}
</style>
background-color css
<style>
a { background-color: #14E5FD; }
a { background-color: rgb(20,229,253); }
div.DivClassName
{
background-color: #14E5FD;
}
.BgClassName
{
background-color: #14E5FD;
}
</style>
border-color css
<style>
span { border-color: #14E5FD; }
span { border-color: rgb(20,229,253); }
td.TdClassName
{
border-color: #14E5FD;
}
.TagClassName
{
border-color: #14E5FD;
}
</style>