Shades of Aqua #14ECFF
Tints of Aqua #14ECFF
RGB
CMYK
RGB Variations
Color information
#14ECFF (or 0x14ECFF) is known color: Aqua. HEX triplet: 14, EC and FF. RGB value is (20,236,255). Sum of RGB (Red+Green+Blue) = 20+236+255=511 (67% of max value = 765). Red value is 20 (8.20% from 255 or 3.91% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #14ECFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14ECFF is #EB1300. Grayscale: #ADADAD. Windows color (decimal): -15405825 or 16772116. OLE color: 16772116.
HSL color Cylindrical-coordinate representation of color #14ECFF: hue angle of 184.85º 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 #14ECFF is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 236 | 255 | - |
| CMYK | 0.92 | 0.07 | 0 | 0 |
| HSL | 184.85º | 1% | 0.54% | - |
| HSV(B) | 184.85º | 0.92% | 1% | - |
| XYZ | 48.33 | 67.36 | 105.06 | - |
| YUV | 173.58 | 173.94 | 18.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 236 | 255 | 0.92 | 0.07 | 0 | 0 | 184.85 | 1 | 0.54 |
| Hex | 14 | EC | FF | 5C | 7 | 0 | 0 | B9 | 64 | 36 |
| Octal | 24 | 354 | 377 | 134 | 7 | 0 | 0 | 271 | 144 | 66 |
| Binary | 10100 | 11101100 | 11111111 | 1011100 | 111 | 0 | 0 | 10111001 | 1100100 | 110110 |
Color Harmonies of #14ECFF
Complementary color
Monochromatic Colors of #14ECFF
Black with #14ECFF
Text Example
Text Example
White with #14ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ECFF; }
p { color: rgb(20,236,255); }
H1.HeaderClassName
{
color: #14ECFF;
}
.AnyTagClassName
{
color: #14ECFF;
}
</style>
background-color css
<style>
a { background-color: #14ECFF; }
a { background-color: rgb(20,236,255); }
div.DivClassName
{
background-color: #14ECFF;
}
.BgClassName
{
background-color: #14ECFF;
}
</style>
border-color css
<style>
span { border-color: #14ECFF; }
span { border-color: rgb(20,236,255); }
td.TdClassName
{
border-color: #14ECFF;
}
.TagClassName
{
border-color: #14ECFF;
}
</style>