Shades of Aqua #19E7FF
Tints of Aqua #19E7FF
RGB
CMYK
RGB Variations
Color information
#19E7FF (or 0x19E7FF) is known color: Aqua. HEX triplet: 19, E7 and FF. RGB value is (25,231,255). Sum of RGB (Red+Green+Blue) = 25+231+255=511 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.89% from 511); Green value is 231 (90.62% from 255 or 45.21% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #19E7FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19E7FF is #E61800. Grayscale: #ABABAB. Windows color (decimal): -15079425 or 16770841. OLE color: 16770841.
HSL color Cylindrical-coordinate representation of color #19E7FF: hue angle of 186.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19E7FF is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 231 | 255 | - |
| CMYK | 0.90 | 0.09 | 0 | 0 |
| HSL | 186.26º | 1% | 0.55% | - |
| HSV(B) | 186.26º | 0.9% | 1% | - |
| XYZ | 47.03 | 64.58 | 104.59 | - |
| YUV | 172.14 | 174.75 | 23.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 231 | 255 | 0.90 | 0.09 | 0 | 0 | 186.26 | 1 | 0.55 |
| Hex | 19 | E7 | FF | 5A | 9 | 0 | 0 | BA | 64 | 37 |
| Octal | 31 | 347 | 377 | 132 | 11 | 0 | 0 | 272 | 144 | 67 |
| Binary | 11001 | 11100111 | 11111111 | 1011010 | 1001 | 0 | 0 | 10111010 | 1100100 | 110111 |
Color Harmonies of #19E7FF
Complementary color
Monochromatic Colors of #19E7FF
Black with #19E7FF
Text Example
Text Example
White with #19E7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E7FF; }
p { color: rgb(25,231,255); }
H1.HeaderClassName
{
color: #19E7FF;
}
.AnyTagClassName
{
color: #19E7FF;
}
</style>
background-color css
<style>
a { background-color: #19E7FF; }
a { background-color: rgb(25,231,255); }
div.DivClassName
{
background-color: #19E7FF;
}
.BgClassName
{
background-color: #19E7FF;
}
</style>
border-color css
<style>
span { border-color: #19E7FF; }
span { border-color: rgb(25,231,255); }
td.TdClassName
{
border-color: #19E7FF;
}
.TagClassName
{
border-color: #19E7FF;
}
</style>