Shades of Aqua #19F5FB
Tints of Aqua #19F5FB
RGB
CMYK
RGB Variations
Color information
#19F5FB (or 0x19F5FB) is known color: Aqua. HEX triplet: 19, F5 and FB. RGB value is (25,245,251). Sum of RGB (Red+Green+Blue) = 25+245+251=521 (69% of max value = 765). Red value is 25 (10.16% from 255 or 4.80% from 521); Green value is 245 (96.09% from 255 or 47.02% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #19F5FB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19F5FB is #E60A04. Grayscale: #B3B3B3. Windows color (decimal): -15075845 or 16512281. OLE color: 16512281.
HSL color Cylindrical-coordinate representation of color #19F5FB: hue angle of 181.59º degrees, saturation: 0.97, 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 #19F5FB is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 245 | 251 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.02 |
| HSL | 181.59º | 0.97% | 0.54% | - |
| HSV(B) | 181.59º | 0.9% | 0.98% | - |
| XYZ | 50.47 | 72.48 | 102.6 | - |
| YUV | 179.9 | 168.11 | 17.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 245 | 251 | 0.90 | 0.02 | 0 | 0.02 | 181.59 | 0.97 | 0.54 |
| Hex | 19 | F5 | FB | 5A | 2 | 0 | 2 | B6 | 61 | 36 |
| Octal | 31 | 365 | 373 | 132 | 2 | 0 | 2 | 266 | 141 | 66 |
| Binary | 11001 | 11110101 | 11111011 | 1011010 | 10 | 0 | 10 | 10110110 | 1100001 | 110110 |
Color Harmonies of #19F5FB
Complementary color
Monochromatic Colors of #19F5FB
Black with #19F5FB
Text Example
Text Example
White with #19F5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F5FB; }
p { color: rgb(25,245,251); }
H1.HeaderClassName
{
color: #19F5FB;
}
.AnyTagClassName
{
color: #19F5FB;
}
</style>
background-color css
<style>
a { background-color: #19F5FB; }
a { background-color: rgb(25,245,251); }
div.DivClassName
{
background-color: #19F5FB;
}
.BgClassName
{
background-color: #19F5FB;
}
</style>
border-color css
<style>
span { border-color: #19F5FB; }
span { border-color: rgb(25,245,251); }
td.TdClassName
{
border-color: #19F5FB;
}
.TagClassName
{
border-color: #19F5FB;
}
</style>