Shades of Aqua #14F2FF
Tints of Aqua #14F2FF
RGB
CMYK
RGB Variations
Color information
#14F2FF (or 0x14F2FF) is known color: Aqua. HEX triplet: 14, F2 and FF. RGB value is (20,242,255). Sum of RGB (Red+Green+Blue) = 20+242+255=517 (68% of max value = 765). Red value is 20 (8.20% from 255 or 3.87% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #14F2FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14F2FF is #EB0D00. Grayscale: #B0B0B0. Windows color (decimal): -15404289 or 16773652. OLE color: 16773652.
HSL color Cylindrical-coordinate representation of color #14F2FF: hue angle of 183.32º 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 #14F2FF is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 242 | 255 | - |
| CMYK | 0.92 | 0.05 | 0 | 0 |
| HSL | 183.32º | 1% | 0.54% | - |
| HSV(B) | 183.32º | 0.92% | 1% | - |
| XYZ | 50.09 | 70.87 | 105.65 | - |
| YUV | 177.1 | 171.95 | 15.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 242 | 255 | 0.92 | 0.05 | 0 | 0 | 183.32 | 1 | 0.54 |
| Hex | 14 | F2 | FF | 5C | 5 | 0 | 0 | B7 | 64 | 36 |
| Octal | 24 | 362 | 377 | 134 | 5 | 0 | 0 | 267 | 144 | 66 |
| Binary | 10100 | 11110010 | 11111111 | 1011100 | 101 | 0 | 0 | 10110111 | 1100100 | 110110 |
Color Harmonies of #14F2FF
Complementary color
Monochromatic Colors of #14F2FF
Black with #14F2FF
Text Example
Text Example
White with #14F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F2FF; }
p { color: rgb(20,242,255); }
H1.HeaderClassName
{
color: #14F2FF;
}
.AnyTagClassName
{
color: #14F2FF;
}
</style>
background-color css
<style>
a { background-color: #14F2FF; }
a { background-color: rgb(20,242,255); }
div.DivClassName
{
background-color: #14F2FF;
}
.BgClassName
{
background-color: #14F2FF;
}
</style>
border-color css
<style>
span { border-color: #14F2FF; }
span { border-color: rgb(20,242,255); }
td.TdClassName
{
border-color: #14F2FF;
}
.TagClassName
{
border-color: #14F2FF;
}
</style>