Shades of Aqua #19EEF7
Tints of Aqua #19EEF7
RGB
CMYK
RGB Variations
Color information
#19EEF7 (or 0x19EEF7) is known color: Aqua. HEX triplet: 19, EE and F7. RGB value is (25,238,247). Sum of RGB (Red+Green+Blue) = 25+238+247=510 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.90% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 247 (96.88% from 255 or 48.43% from 510); Max value from RGB is 247 - color contains mainly: blue. Hex color #19EEF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EEF7 is #E61108. Grayscale: #AFAFAF. Windows color (decimal): -15077641 or 16248345. OLE color: 16248345.
HSL color Cylindrical-coordinate representation of color #19EEF7: hue angle of 182.43º 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 #19EEF7 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 238 | 247 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.03 |
| HSL | 182.43º | 0.93% | 0.53% | - |
| HSV(B) | 182.43º | 0.9% | 0.97% | - |
| XYZ | 47.76 | 68.07 | 98.62 | - |
| YUV | 175.34 | 168.43 | 20.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 238 | 247 | 0.90 | 0.04 | 0 | 0.03 | 182.43 | 0.93 | 0.53 |
| Hex | 19 | EE | F7 | 5A | 4 | 0 | 3 | B6 | 5D | 35 |
| Octal | 31 | 356 | 367 | 132 | 4 | 0 | 3 | 266 | 135 | 65 |
| Binary | 11001 | 11101110 | 11110111 | 1011010 | 100 | 0 | 11 | 10110110 | 1011101 | 110101 |
Color Harmonies of #19EEF7
Complementary color
Monochromatic Colors of #19EEF7
Black with #19EEF7
Text Example
Text Example
White with #19EEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EEF7; }
p { color: rgb(25,238,247); }
H1.HeaderClassName
{
color: #19EEF7;
}
.AnyTagClassName
{
color: #19EEF7;
}
</style>
background-color css
<style>
a { background-color: #19EEF7; }
a { background-color: rgb(25,238,247); }
div.DivClassName
{
background-color: #19EEF7;
}
.BgClassName
{
background-color: #19EEF7;
}
</style>
border-color css
<style>
span { border-color: #19EEF7; }
span { border-color: rgb(25,238,247); }
td.TdClassName
{
border-color: #19EEF7;
}
.TagClassName
{
border-color: #19EEF7;
}
</style>