Shades of Aqua #19EEFE
Tints of Aqua #19EEFE
RGB
CMYK
RGB Variations
Color information
#19EEFE (or 0x19EEFE) is known color: Aqua. HEX triplet: 19, EE and FE. RGB value is (25,238,254). Sum of RGB (Red+Green+Blue) = 25+238+254=517 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.84% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #19EEFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EEFE is #E61101. Grayscale: #AFAFAF. Windows color (decimal): -15077634 or 16707097. OLE color: 16707097.
HSL color Cylindrical-coordinate representation of color #19EEFE: hue angle of 184.19º 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 #19EEFE is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 238 | 254 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.00 |
| HSL | 184.19º | 0.99% | 0.55% | - |
| HSV(B) | 184.19º | 0.9% | 1% | - |
| XYZ | 48.86 | 68.51 | 104.41 | - |
| YUV | 176.14 | 171.93 | 20.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 238 | 254 | 0.90 | 0.06 | 0 | 0.00 | 184.19 | 0.99 | 0.55 |
| Hex | 19 | EE | FE | 5A | 6 | 0 | 0 | B8 | 63 | 37 |
| Octal | 31 | 356 | 376 | 132 | 6 | 0 | 0 | 270 | 143 | 67 |
| Binary | 11001 | 11101110 | 11111110 | 1011010 | 110 | 0 | 0 | 10111000 | 1100011 | 110111 |
Color Harmonies of #19EEFE
Complementary color
Monochromatic Colors of #19EEFE
Black with #19EEFE
Text Example
Text Example
White with #19EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EEFE; }
p { color: rgb(25,238,254); }
H1.HeaderClassName
{
color: #19EEFE;
}
.AnyTagClassName
{
color: #19EEFE;
}
</style>
background-color css
<style>
a { background-color: #19EEFE; }
a { background-color: rgb(25,238,254); }
div.DivClassName
{
background-color: #19EEFE;
}
.BgClassName
{
background-color: #19EEFE;
}
</style>
border-color css
<style>
span { border-color: #19EEFE; }
span { border-color: rgb(25,238,254); }
td.TdClassName
{
border-color: #19EEFE;
}
.TagClassName
{
border-color: #19EEFE;
}
</style>