Shades of Aqua #14E9FF
Tints of Aqua #14E9FF
RGB
CMYK
RGB Variations
Color information
#14E9FF (or 0x14E9FF) is known color: Aqua. HEX triplet: 14, E9 and FF. RGB value is (20,233,255). Sum of RGB (Red+Green+Blue) = 20+233+255=508 (67% of max value = 765). Red value is 20 (8.20% from 255 or 3.94% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #14E9FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14E9FF is #EB1600. Grayscale: #ABABAB. Windows color (decimal): -15406593 or 16771348. OLE color: 16771348.
HSL color Cylindrical-coordinate representation of color #14E9FF: hue angle of 185.62º 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 #14E9FF is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 233 | 255 | - |
| CMYK | 0.92 | 0.09 | 0 | 0 |
| HSL | 185.62º | 1% | 0.54% | - |
| HSV(B) | 185.62º | 0.92% | 1% | - |
| XYZ | 47.48 | 65.65 | 104.78 | - |
| YUV | 171.82 | 174.93 | 19.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 233 | 255 | 0.92 | 0.09 | 0 | 0 | 185.62 | 1 | 0.54 |
| Hex | 14 | E9 | FF | 5C | 9 | 0 | 0 | BA | 64 | 36 |
| Octal | 24 | 351 | 377 | 134 | 11 | 0 | 0 | 272 | 144 | 66 |
| Binary | 10100 | 11101001 | 11111111 | 1011100 | 1001 | 0 | 0 | 10111010 | 1100100 | 110110 |
Color Harmonies of #14E9FF
Complementary color
Monochromatic Colors of #14E9FF
Black with #14E9FF
Text Example
Text Example
White with #14E9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E9FF; }
p { color: rgb(20,233,255); }
H1.HeaderClassName
{
color: #14E9FF;
}
.AnyTagClassName
{
color: #14E9FF;
}
</style>
background-color css
<style>
a { background-color: #14E9FF; }
a { background-color: rgb(20,233,255); }
div.DivClassName
{
background-color: #14E9FF;
}
.BgClassName
{
background-color: #14E9FF;
}
</style>
border-color css
<style>
span { border-color: #14E9FF; }
span { border-color: rgb(20,233,255); }
td.TdClassName
{
border-color: #14E9FF;
}
.TagClassName
{
border-color: #14E9FF;
}
</style>