Shades of Aqua #19ECFE
Tints of Aqua #19ECFE
RGB
CMYK
RGB Variations
Color information
#19ECFE (or 0x19ECFE) is known color: Aqua. HEX triplet: 19, EC and FE. RGB value is (25,236,254). Sum of RGB (Red+Green+Blue) = 25+236+254=515 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.85% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #19ECFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19ECFE is #E61301. Grayscale: #AEAEAE. Windows color (decimal): -15078146 or 16706585. OLE color: 16706585.
HSL color Cylindrical-coordinate representation of color #19ECFE: hue angle of 184.72º 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 #19ECFE is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 236 | 254 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.00 |
| HSL | 184.72º | 0.99% | 0.55% | - |
| HSV(B) | 184.72º | 0.9% | 1% | - |
| XYZ | 48.29 | 67.35 | 104.22 | - |
| YUV | 174.96 | 172.6 | 21.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 236 | 254 | 0.90 | 0.07 | 0 | 0.00 | 184.72 | 0.99 | 0.55 |
| Hex | 19 | EC | FE | 5A | 7 | 0 | 0 | B9 | 63 | 37 |
| Octal | 31 | 354 | 376 | 132 | 7 | 0 | 0 | 271 | 143 | 67 |
| Binary | 11001 | 11101100 | 11111110 | 1011010 | 111 | 0 | 0 | 10111001 | 1100011 | 110111 |
Color Harmonies of #19ECFE
Complementary color
Monochromatic Colors of #19ECFE
Black with #19ECFE
Text Example
Text Example
White with #19ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ECFE; }
p { color: rgb(25,236,254); }
H1.HeaderClassName
{
color: #19ECFE;
}
.AnyTagClassName
{
color: #19ECFE;
}
</style>
background-color css
<style>
a { background-color: #19ECFE; }
a { background-color: rgb(25,236,254); }
div.DivClassName
{
background-color: #19ECFE;
}
.BgClassName
{
background-color: #19ECFE;
}
</style>
border-color css
<style>
span { border-color: #19ECFE; }
span { border-color: rgb(25,236,254); }
td.TdClassName
{
border-color: #19ECFE;
}
.TagClassName
{
border-color: #19ECFE;
}
</style>