Shades of Aqua #19F6FA
Tints of Aqua #19F6FA
RGB
CMYK
RGB Variations
Color information
#19F6FA (or 0x19F6FA) is known color: Aqua. HEX triplet: 19, F6 and FA. RGB value is (25,246,250). Sum of RGB (Red+Green+Blue) = 25+246+250=521 (69% of max value = 765). Red value is 25 (10.16% from 255 or 4.80% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #19F6FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19F6FA is #E60905. Grayscale: #B4B4B4. Windows color (decimal): -15075590 or 16447001. OLE color: 16447001.
HSL color Cylindrical-coordinate representation of color #19F6FA: hue angle of 181.07º degrees, saturation: 0.96, 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 #19F6FA is Cyan = 0.9, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 246 | 250 | - |
| CMYK | 0.9 | 0.02 | 0 | 0.02 |
| HSL | 181.07º | 0.96% | 0.54% | - |
| HSV(B) | 181.07º | 0.9% | 0.98% | - |
| XYZ | 50.61 | 73.02 | 101.87 | - |
| YUV | 180.38 | 167.28 | 17.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 246 | 250 | 0.9 | 0.02 | 0 | 0.02 | 181.07 | 0.96 | 0.54 |
| Hex | 19 | F6 | FA | 5A | 2 | 0 | 2 | B5 | 60 | 36 |
| Octal | 31 | 366 | 372 | 132 | 2 | 0 | 2 | 265 | 140 | 66 |
| Binary | 11001 | 11110110 | 11111010 | 1011010 | 10 | 0 | 10 | 10110101 | 1100000 | 110110 |
Color Harmonies of #19F6FA
Complementary color
Monochromatic Colors of #19F6FA
Black with #19F6FA
Text Example
Text Example
White with #19F6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F6FA; }
p { color: rgb(25,246,250); }
H1.HeaderClassName
{
color: #19F6FA;
}
.AnyTagClassName
{
color: #19F6FA;
}
</style>
background-color css
<style>
a { background-color: #19F6FA; }
a { background-color: rgb(25,246,250); }
div.DivClassName
{
background-color: #19F6FA;
}
.BgClassName
{
background-color: #19F6FA;
}
</style>
border-color css
<style>
span { border-color: #19F6FA; }
span { border-color: rgb(25,246,250); }
td.TdClassName
{
border-color: #19F6FA;
}
.TagClassName
{
border-color: #19F6FA;
}
</style>