Shades of Aqua #19EDFF
Tints of Aqua #19EDFF
RGB
CMYK
RGB Variations
Color information
#19EDFF (or 0x19EDFF) is known color: Aqua. HEX triplet: 19, ED and FF. RGB value is (25,237,255). Sum of RGB (Red+Green+Blue) = 25+237+255=517 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.84% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #19EDFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EDFF is #E61200. Grayscale: #AFAFAF. Windows color (decimal): -15077889 or 16772377. OLE color: 16772377.
HSL color Cylindrical-coordinate representation of color #19EDFF: hue angle of 184.7º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EDFF is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 237 | 255 | - |
| CMYK | 0.90 | 0.07 | 0 | 0 |
| HSL | 184.7º | 1% | 0.55% | - |
| HSV(B) | 184.7º | 0.9% | 1% | - |
| XYZ | 48.74 | 68 | 105.16 | - |
| YUV | 175.66 | 172.76 | 20.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 237 | 255 | 0.90 | 0.07 | 0 | 0 | 184.7 | 1 | 0.55 |
| Hex | 19 | ED | FF | 5A | 7 | 0 | 0 | B9 | 64 | 37 |
| Octal | 31 | 355 | 377 | 132 | 7 | 0 | 0 | 271 | 144 | 67 |
| Binary | 11001 | 11101101 | 11111111 | 1011010 | 111 | 0 | 0 | 10111001 | 1100100 | 110111 |
Color Harmonies of #19EDFF
Complementary color
Monochromatic Colors of #19EDFF
Black with #19EDFF
Text Example
Text Example
White with #19EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EDFF; }
p { color: rgb(25,237,255); }
H1.HeaderClassName
{
color: #19EDFF;
}
.AnyTagClassName
{
color: #19EDFF;
}
</style>
background-color css
<style>
a { background-color: #19EDFF; }
a { background-color: rgb(25,237,255); }
div.DivClassName
{
background-color: #19EDFF;
}
.BgClassName
{
background-color: #19EDFF;
}
</style>
border-color css
<style>
span { border-color: #19EDFF; }
span { border-color: rgb(25,237,255); }
td.TdClassName
{
border-color: #19EDFF;
}
.TagClassName
{
border-color: #19EDFF;
}
</style>