Shades of Aqua #19EBFE
Tints of Aqua #19EBFE
RGB
CMYK
RGB Variations
Color information
#19EBFE (or 0x19EBFE) is known color: Aqua. HEX triplet: 19, EB and FE. RGB value is (25,235,254). Sum of RGB (Red+Green+Blue) = 25+235+254=514 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.86% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #19EBFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EBFE is #E61401. Grayscale: #AEAEAE. Windows color (decimal): -15078402 or 16706329. OLE color: 16706329.
HSL color Cylindrical-coordinate representation of color #19EBFE: hue angle of 184.98º 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 #19EBFE is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 235 | 254 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.00 |
| HSL | 184.98º | 0.99% | 0.55% | - |
| HSV(B) | 184.98º | 0.9% | 1% | - |
| XYZ | 48 | 66.78 | 104.13 | - |
| YUV | 174.38 | 172.93 | 21.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 235 | 254 | 0.90 | 0.07 | 0 | 0.00 | 184.98 | 0.99 | 0.55 |
| Hex | 19 | EB | FE | 5A | 7 | 0 | 0 | B9 | 63 | 37 |
| Octal | 31 | 353 | 376 | 132 | 7 | 0 | 0 | 271 | 143 | 67 |
| Binary | 11001 | 11101011 | 11111110 | 1011010 | 111 | 0 | 0 | 10111001 | 1100011 | 110111 |
Color Harmonies of #19EBFE
Complementary color
Monochromatic Colors of #19EBFE
Black with #19EBFE
Text Example
Text Example
White with #19EBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EBFE; }
p { color: rgb(25,235,254); }
H1.HeaderClassName
{
color: #19EBFE;
}
.AnyTagClassName
{
color: #19EBFE;
}
</style>
background-color css
<style>
a { background-color: #19EBFE; }
a { background-color: rgb(25,235,254); }
div.DivClassName
{
background-color: #19EBFE;
}
.BgClassName
{
background-color: #19EBFE;
}
</style>
border-color css
<style>
span { border-color: #19EBFE; }
span { border-color: rgb(25,235,254); }
td.TdClassName
{
border-color: #19EBFE;
}
.TagClassName
{
border-color: #19EBFE;
}
</style>