Shades of Aqua #19ECF9
Tints of Aqua #19ECF9
RGB
CMYK
RGB Variations
Color information
#19ECF9 (or 0x19ECF9) is known color: Aqua. HEX triplet: 19, EC and F9. RGB value is (25,236,249). Sum of RGB (Red+Green+Blue) = 25+236+249=510 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.90% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #19ECF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19ECF9 is #E61306. Grayscale: #AEAEAE. Windows color (decimal): -15078151 or 16378905. OLE color: 16378905.
HSL color Cylindrical-coordinate representation of color #19ECF9: hue angle of 183.48º 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 #19ECF9 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 236 | 249 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.02 |
| HSL | 183.48º | 0.95% | 0.54% | - |
| HSV(B) | 183.48º | 0.9% | 0.98% | - |
| XYZ | 47.5 | 67.04 | 100.06 | - |
| YUV | 174.39 | 170.1 | 21.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 236 | 249 | 0.90 | 0.05 | 0 | 0.02 | 183.48 | 0.95 | 0.54 |
| Hex | 19 | EC | F9 | 5A | 5 | 0 | 2 | B7 | 5F | 36 |
| Octal | 31 | 354 | 371 | 132 | 5 | 0 | 2 | 267 | 137 | 66 |
| Binary | 11001 | 11101100 | 11111001 | 1011010 | 101 | 0 | 10 | 10110111 | 1011111 | 110110 |
Color Harmonies of #19ECF9
Complementary color
Monochromatic Colors of #19ECF9
Black with #19ECF9
Text Example
Text Example
White with #19ECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ECF9; }
p { color: rgb(25,236,249); }
H1.HeaderClassName
{
color: #19ECF9;
}
.AnyTagClassName
{
color: #19ECF9;
}
</style>
background-color css
<style>
a { background-color: #19ECF9; }
a { background-color: rgb(25,236,249); }
div.DivClassName
{
background-color: #19ECF9;
}
.BgClassName
{
background-color: #19ECF9;
}
</style>
border-color css
<style>
span { border-color: #19ECF9; }
span { border-color: rgb(25,236,249); }
td.TdClassName
{
border-color: #19ECF9;
}
.TagClassName
{
border-color: #19ECF9;
}
</style>