Shades of Aqua #19EFF9
Tints of Aqua #19EFF9
RGB
CMYK
RGB Variations
Color information
#19EFF9 (or 0x19EFF9) is known color: Aqua. HEX triplet: 19, EF and F9. RGB value is (25,239,249). Sum of RGB (Red+Green+Blue) = 25+239+249=513 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.87% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #19EFF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EFF9 is #E61006. Grayscale: #AFAFAF. Windows color (decimal): -15077383 or 16379673. OLE color: 16379673.
HSL color Cylindrical-coordinate representation of color #19EFF9: hue angle of 182.68º 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 #19EFF9 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 239 | 249 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.02 |
| HSL | 182.68º | 0.95% | 0.54% | - |
| HSV(B) | 182.68º | 0.9% | 0.98% | - |
| XYZ | 48.37 | 68.78 | 100.35 | - |
| YUV | 176.15 | 169.1 | 20.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 239 | 249 | 0.90 | 0.04 | 0 | 0.02 | 182.68 | 0.95 | 0.54 |
| Hex | 19 | EF | F9 | 5A | 4 | 0 | 2 | B7 | 5F | 36 |
| Octal | 31 | 357 | 371 | 132 | 4 | 0 | 2 | 267 | 137 | 66 |
| Binary | 11001 | 11101111 | 11111001 | 1011010 | 100 | 0 | 10 | 10110111 | 1011111 | 110110 |
Color Harmonies of #19EFF9
Complementary color
Monochromatic Colors of #19EFF9
Black with #19EFF9
Text Example
Text Example
White with #19EFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EFF9; }
p { color: rgb(25,239,249); }
H1.HeaderClassName
{
color: #19EFF9;
}
.AnyTagClassName
{
color: #19EFF9;
}
</style>
background-color css
<style>
a { background-color: #19EFF9; }
a { background-color: rgb(25,239,249); }
div.DivClassName
{
background-color: #19EFF9;
}
.BgClassName
{
background-color: #19EFF9;
}
</style>
border-color css
<style>
span { border-color: #19EFF9; }
span { border-color: rgb(25,239,249); }
td.TdClassName
{
border-color: #19EFF9;
}
.TagClassName
{
border-color: #19EFF9;
}
</style>