Shades of Aqua #19EDF9
Tints of Aqua #19EDF9
RGB
CMYK
RGB Variations
Color information
#19EDF9 (or 0x19EDF9) is known color: Aqua. HEX triplet: 19, ED and F9. RGB value is (25,237,249). Sum of RGB (Red+Green+Blue) = 25+237+249=511 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.89% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #19EDF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EDF9 is #E61206. Grayscale: #AEAEAE. Windows color (decimal): -15077895 or 16379161. OLE color: 16379161.
HSL color Cylindrical-coordinate representation of color #19EDF9: hue angle of 183.21º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EDF9 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 237 | 249 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.02 |
| HSL | 183.21º | 0.95% | 0.54% | - |
| HSV(B) | 183.21º | 0.9% | 0.98% | - |
| XYZ | 47.78 | 67.61 | 100.16 | - |
| YUV | 174.98 | 169.76 | 21.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 237 | 249 | 0.90 | 0.05 | 0 | 0.02 | 183.21 | 0.95 | 0.54 |
| Hex | 19 | ED | F9 | 5A | 5 | 0 | 2 | B7 | 5F | 36 |
| Octal | 31 | 355 | 371 | 132 | 5 | 0 | 2 | 267 | 137 | 66 |
| Binary | 11001 | 11101101 | 11111001 | 1011010 | 101 | 0 | 10 | 10110111 | 1011111 | 110110 |
Color Harmonies of #19EDF9
Complementary color
Monochromatic Colors of #19EDF9
Black with #19EDF9
Text Example
Text Example
White with #19EDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EDF9; }
p { color: rgb(25,237,249); }
H1.HeaderClassName
{
color: #19EDF9;
}
.AnyTagClassName
{
color: #19EDF9;
}
</style>
background-color css
<style>
a { background-color: #19EDF9; }
a { background-color: rgb(25,237,249); }
div.DivClassName
{
background-color: #19EDF9;
}
.BgClassName
{
background-color: #19EDF9;
}
</style>
border-color css
<style>
span { border-color: #19EDF9; }
span { border-color: rgb(25,237,249); }
td.TdClassName
{
border-color: #19EDF9;
}
.TagClassName
{
border-color: #19EDF9;
}
</style>