Shades of Aqua #14F0F7
Tints of Aqua #14F0F7
RGB
CMYK
RGB Variations
Color information
#14F0F7 (or 0x14F0F7) is known color: Aqua. HEX triplet: 14, F0 and F7. RGB value is (20,240,247). Sum of RGB (Red+Green+Blue) = 20+240+247=507 (67% of max value = 765). Red value is 20 (8.20% from 255 or 3.94% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 247 (96.88% from 255 or 48.72% from 507); Max value from RGB is 247 - color contains mainly: blue. Hex color #14F0F7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14F0F7 is #EB0F08. Grayscale: #AEAEAE. Windows color (decimal): -15404809 or 16248852. OLE color: 16248852.
HSL color Cylindrical-coordinate representation of color #14F0F7: hue angle of 181.85º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F0F7 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 240 | 247 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.03 |
| HSL | 181.85º | 0.93% | 0.52% | - |
| HSV(B) | 181.85º | 0.92% | 0.97% | - |
| XYZ | 48.24 | 69.18 | 98.81 | - |
| YUV | 175.02 | 168.61 | 17.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 240 | 247 | 0.92 | 0.03 | 0 | 0.03 | 181.85 | 0.93 | 0.52 |
| Hex | 14 | F0 | F7 | 5C | 3 | 0 | 3 | B6 | 5D | 34 |
| Octal | 24 | 360 | 367 | 134 | 3 | 0 | 3 | 266 | 135 | 64 |
| Binary | 10100 | 11110000 | 11110111 | 1011100 | 11 | 0 | 11 | 10110110 | 1011101 | 110100 |
Color Harmonies of #14F0F7
Complementary color
Monochromatic Colors of #14F0F7
Black with #14F0F7
Text Example
Text Example
White with #14F0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F0F7; }
p { color: rgb(20,240,247); }
H1.HeaderClassName
{
color: #14F0F7;
}
.AnyTagClassName
{
color: #14F0F7;
}
</style>
background-color css
<style>
a { background-color: #14F0F7; }
a { background-color: rgb(20,240,247); }
div.DivClassName
{
background-color: #14F0F7;
}
.BgClassName
{
background-color: #14F0F7;
}
</style>
border-color css
<style>
span { border-color: #14F0F7; }
span { border-color: rgb(20,240,247); }
td.TdClassName
{
border-color: #14F0F7;
}
.TagClassName
{
border-color: #14F0F7;
}
</style>