Shades of Aqua #14F4FF
Tints of Aqua #14F4FF
RGB
CMYK
RGB Variations
Color information
#14F4FF (or 0x14F4FF) is known color: Aqua. HEX triplet: 14, F4 and FF. RGB value is (20,244,255). Sum of RGB (Red+Green+Blue) = 20+244+255=519 (68% of max value = 765). Red value is 20 (8.20% from 255 or 3.85% from 519); Green value is 244 (95.70% from 255 or 47.01% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #14F4FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14F4FF is #EB0B00. Grayscale: #B2B2B2. Windows color (decimal): -15403777 or 16774164. OLE color: 16774164.
HSL color Cylindrical-coordinate representation of color #14F4FF: hue angle of 182.81º 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 #14F4FF is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 244 | 255 | - |
| CMYK | 0.92 | 0.04 | 0 | 0 |
| HSL | 182.81º | 1% | 0.54% | - |
| HSV(B) | 182.81º | 0.92% | 1% | - |
| XYZ | 50.69 | 72.07 | 105.85 | - |
| YUV | 178.28 | 171.29 | 15.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 244 | 255 | 0.92 | 0.04 | 0 | 0 | 182.81 | 1 | 0.54 |
| Hex | 14 | F4 | FF | 5C | 4 | 0 | 0 | B7 | 64 | 36 |
| Octal | 24 | 364 | 377 | 134 | 4 | 0 | 0 | 267 | 144 | 66 |
| Binary | 10100 | 11110100 | 11111111 | 1011100 | 100 | 0 | 0 | 10110111 | 1100100 | 110110 |
Color Harmonies of #14F4FF
Complementary color
Monochromatic Colors of #14F4FF
Black with #14F4FF
Text Example
Text Example
White with #14F4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F4FF; }
p { color: rgb(20,244,255); }
H1.HeaderClassName
{
color: #14F4FF;
}
.AnyTagClassName
{
color: #14F4FF;
}
</style>
background-color css
<style>
a { background-color: #14F4FF; }
a { background-color: rgb(20,244,255); }
div.DivClassName
{
background-color: #14F4FF;
}
.BgClassName
{
background-color: #14F4FF;
}
</style>
border-color css
<style>
span { border-color: #14F4FF; }
span { border-color: rgb(20,244,255); }
td.TdClassName
{
border-color: #14F4FF;
}
.TagClassName
{
border-color: #14F4FF;
}
</style>