Shades of Aqua #19F4F7
Tints of Aqua #19F4F7
RGB
CMYK
RGB Variations
Color information
#19F4F7 (or 0x19F4F7) is known color: Aqua. HEX triplet: 19, F4 and F7. RGB value is (25,244,247). Sum of RGB (Red+Green+Blue) = 25+244+247=516 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.84% from 516); Green value is 244 (95.70% from 255 or 47.29% from 516); Blue value is 247 (96.88% from 255 or 47.87% from 516); Max value from RGB is 247 - color contains mainly: blue. Hex color #19F4F7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19F4F7 is #E60B08. Grayscale: #B2B2B2. Windows color (decimal): -15076105 or 16249881. OLE color: 16249881.
HSL color Cylindrical-coordinate representation of color #19F4F7: hue angle of 180.81º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F4F7 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 244 | 247 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.03 |
| HSL | 180.81º | 0.93% | 0.53% | - |
| HSV(B) | 180.81º | 0.9% | 0.97% | - |
| XYZ | 49.54 | 71.62 | 99.21 | - |
| YUV | 178.86 | 166.45 | 18.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 244 | 247 | 0.90 | 0.01 | 0 | 0.03 | 180.81 | 0.93 | 0.53 |
| Hex | 19 | F4 | F7 | 5A | 1 | 0 | 3 | B5 | 5D | 35 |
| Octal | 31 | 364 | 367 | 132 | 1 | 0 | 3 | 265 | 135 | 65 |
| Binary | 11001 | 11110100 | 11110111 | 1011010 | 1 | 0 | 11 | 10110101 | 1011101 | 110101 |
Color Harmonies of #19F4F7
Complementary color
Monochromatic Colors of #19F4F7
Black with #19F4F7
Text Example
Text Example
White with #19F4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F4F7; }
p { color: rgb(25,244,247); }
H1.HeaderClassName
{
color: #19F4F7;
}
.AnyTagClassName
{
color: #19F4F7;
}
</style>
background-color css
<style>
a { background-color: #19F4F7; }
a { background-color: rgb(25,244,247); }
div.DivClassName
{
background-color: #19F4F7;
}
.BgClassName
{
background-color: #19F4F7;
}
</style>
border-color css
<style>
span { border-color: #19F4F7; }
span { border-color: rgb(25,244,247); }
td.TdClassName
{
border-color: #19F4F7;
}
.TagClassName
{
border-color: #19F4F7;
}
</style>