Shades of Aqua #19F1FA
Tints of Aqua #19F1FA
RGB
CMYK
RGB Variations
Color information
#19F1FA (or 0x19F1FA) is known color: Aqua. HEX triplet: 19, F1 and FA. RGB value is (25,241,250). Sum of RGB (Red+Green+Blue) = 25+241+250=516 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.84% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #19F1FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19F1FA is #E60E05. Grayscale: #B1B1B1. Windows color (decimal): -15076870 or 16445721. OLE color: 16445721.
HSL color Cylindrical-coordinate representation of color #19F1FA: hue angle of 182.4º 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 #19F1FA is Cyan = 0.9, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 241 | 250 | - |
| CMYK | 0.9 | 0.04 | 0 | 0.02 |
| HSL | 182.4º | 0.96% | 0.54% | - |
| HSV(B) | 182.4º | 0.9% | 0.98% | - |
| XYZ | 49.11 | 70.02 | 101.37 | - |
| YUV | 177.44 | 168.94 | 19.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 241 | 250 | 0.9 | 0.04 | 0 | 0.02 | 182.4 | 0.96 | 0.54 |
| Hex | 19 | F1 | FA | 5A | 4 | 0 | 2 | B6 | 60 | 36 |
| Octal | 31 | 361 | 372 | 132 | 4 | 0 | 2 | 266 | 140 | 66 |
| Binary | 11001 | 11110001 | 11111010 | 1011010 | 100 | 0 | 10 | 10110110 | 1100000 | 110110 |
Color Harmonies of #19F1FA
Complementary color
Monochromatic Colors of #19F1FA
Black with #19F1FA
Text Example
Text Example
White with #19F1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F1FA; }
p { color: rgb(25,241,250); }
H1.HeaderClassName
{
color: #19F1FA;
}
.AnyTagClassName
{
color: #19F1FA;
}
</style>
background-color css
<style>
a { background-color: #19F1FA; }
a { background-color: rgb(25,241,250); }
div.DivClassName
{
background-color: #19F1FA;
}
.BgClassName
{
background-color: #19F1FA;
}
</style>
border-color css
<style>
span { border-color: #19F1FA; }
span { border-color: rgb(25,241,250); }
td.TdClassName
{
border-color: #19F1FA;
}
.TagClassName
{
border-color: #19F1FA;
}
</style>