Shades of Aqua #19E5FE
Tints of Aqua #19E5FE
RGB
CMYK
RGB Variations
Color information
#19E5FE (or 0x19E5FE) is known color: Aqua. HEX triplet: 19, E5 and FE. RGB value is (25,229,254). Sum of RGB (Red+Green+Blue) = 25+229+254=508 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.92% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #19E5FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19E5FE is #E61A01. Grayscale: #AAAAAA. Windows color (decimal): -15079938 or 16704793. OLE color: 16704793.
HSL color Cylindrical-coordinate representation of color #19E5FE: hue angle of 186.55º 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 #19E5FE is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 229 | 254 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.00 |
| HSL | 186.55º | 0.99% | 0.55% | - |
| HSV(B) | 186.55º | 0.9% | 1% | - |
| XYZ | 46.31 | 63.4 | 103.56 | - |
| YUV | 170.85 | 174.91 | 23.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 229 | 254 | 0.90 | 0.10 | 0 | 0.00 | 186.55 | 0.99 | 0.55 |
| Hex | 19 | E5 | FE | 5A | A | 0 | 0 | BB | 63 | 37 |
| Octal | 31 | 345 | 376 | 132 | 12 | 0 | 0 | 273 | 143 | 67 |
| Binary | 11001 | 11100101 | 11111110 | 1011010 | 1010 | 0 | 0 | 10111011 | 1100011 | 110111 |
Color Harmonies of #19E5FE
Complementary color
Monochromatic Colors of #19E5FE
Black with #19E5FE
Text Example
Text Example
White with #19E5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E5FE; }
p { color: rgb(25,229,254); }
H1.HeaderClassName
{
color: #19E5FE;
}
.AnyTagClassName
{
color: #19E5FE;
}
</style>
background-color css
<style>
a { background-color: #19E5FE; }
a { background-color: rgb(25,229,254); }
div.DivClassName
{
background-color: #19E5FE;
}
.BgClassName
{
background-color: #19E5FE;
}
</style>
border-color css
<style>
span { border-color: #19E5FE; }
span { border-color: rgb(25,229,254); }
td.TdClassName
{
border-color: #19E5FE;
}
.TagClassName
{
border-color: #19E5FE;
}
</style>