Shades of Aqua #19E8FE
Tints of Aqua #19E8FE
RGB
CMYK
RGB Variations
Color information
#19E8FE (or 0x19E8FE) is known color: Aqua. HEX triplet: 19, E8 and FE. RGB value is (25,232,254). Sum of RGB (Red+Green+Blue) = 25+232+254=511 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.89% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #19E8FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19E8FE is #E61701. Grayscale: #ACACAC. Windows color (decimal): -15079170 or 16705561. OLE color: 16705561.
HSL color Cylindrical-coordinate representation of color #19E8FE: hue angle of 185.76º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19E8FE is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 232 | 254 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.00 |
| HSL | 185.76º | 0.99% | 0.55% | - |
| HSV(B) | 185.76º | 0.9% | 1% | - |
| XYZ | 47.15 | 65.08 | 103.84 | - |
| YUV | 172.62 | 173.92 | 22.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 232 | 254 | 0.90 | 0.09 | 0 | 0.00 | 185.76 | 0.99 | 0.55 |
| Hex | 19 | E8 | FE | 5A | 9 | 0 | 0 | BA | 63 | 37 |
| Octal | 31 | 350 | 376 | 132 | 11 | 0 | 0 | 272 | 143 | 67 |
| Binary | 11001 | 11101000 | 11111110 | 1011010 | 1001 | 0 | 0 | 10111010 | 1100011 | 110111 |
Color Harmonies of #19E8FE
Complementary color
Monochromatic Colors of #19E8FE
Black with #19E8FE
Text Example
Text Example
White with #19E8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E8FE; }
p { color: rgb(25,232,254); }
H1.HeaderClassName
{
color: #19E8FE;
}
.AnyTagClassName
{
color: #19E8FE;
}
</style>
background-color css
<style>
a { background-color: #19E8FE; }
a { background-color: rgb(25,232,254); }
div.DivClassName
{
background-color: #19E8FE;
}
.BgClassName
{
background-color: #19E8FE;
}
</style>
border-color css
<style>
span { border-color: #19E8FE; }
span { border-color: rgb(25,232,254); }
td.TdClassName
{
border-color: #19E8FE;
}
.TagClassName
{
border-color: #19E8FE;
}
</style>