Shades of Aqua #14EEFF
Tints of Aqua #14EEFF
RGB
CMYK
RGB Variations
Color information
#14EEFF (or 0x14EEFF) is known color: Aqua. HEX triplet: 14, EE and FF. RGB value is (20,238,255). Sum of RGB (Red+Green+Blue) = 20+238+255=513 (67% of max value = 765). Red value is 20 (8.20% from 255 or 3.90% from 513); Green value is 238 (93.36% from 255 or 46.39% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #14EEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14EEFF is #EB1100. Grayscale: #AEAEAE. Windows color (decimal): -15405313 or 16772628. OLE color: 16772628.
HSL color Cylindrical-coordinate representation of color #14EEFF: hue angle of 184.34º 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 #14EEFF is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 238 | 255 | - |
| CMYK | 0.92 | 0.07 | 0 | 0 |
| HSL | 184.34º | 1% | 0.54% | - |
| HSV(B) | 184.34º | 0.92% | 1% | - |
| XYZ | 48.91 | 68.52 | 105.26 | - |
| YUV | 174.76 | 173.28 | 17.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 238 | 255 | 0.92 | 0.07 | 0 | 0 | 184.34 | 1 | 0.54 |
| Hex | 14 | EE | FF | 5C | 7 | 0 | 0 | B8 | 64 | 36 |
| Octal | 24 | 356 | 377 | 134 | 7 | 0 | 0 | 270 | 144 | 66 |
| Binary | 10100 | 11101110 | 11111111 | 1011100 | 111 | 0 | 0 | 10111000 | 1100100 | 110110 |
Color Harmonies of #14EEFF
Complementary color
Monochromatic Colors of #14EEFF
Black with #14EEFF
Text Example
Text Example
White with #14EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EEFF; }
p { color: rgb(20,238,255); }
H1.HeaderClassName
{
color: #14EEFF;
}
.AnyTagClassName
{
color: #14EEFF;
}
</style>
background-color css
<style>
a { background-color: #14EEFF; }
a { background-color: rgb(20,238,255); }
div.DivClassName
{
background-color: #14EEFF;
}
.BgClassName
{
background-color: #14EEFF;
}
</style>
border-color css
<style>
span { border-color: #14EEFF; }
span { border-color: rgb(20,238,255); }
td.TdClassName
{
border-color: #14EEFF;
}
.TagClassName
{
border-color: #14EEFF;
}
</style>