Shades of Aqua #19FAFE
Tints of Aqua #19FAFE
RGB
CMYK
RGB Variations
Color information
#19FAFE (or 0x19FAFE) is known color: Aqua. HEX triplet: 19, FA and FE. RGB value is (25,250,254). Sum of RGB (Red+Green+Blue) = 25+250+254=529 (70% of max value = 765). Red value is 25 (10.16% from 255 or 4.73% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #19FAFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FAFE is #E60501. Grayscale: #B6B6B6. Windows color (decimal): -15074562 or 16710169. OLE color: 16710169.
HSL color Cylindrical-coordinate representation of color #19FAFE: hue angle of 181.05º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FAFE is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 250 | 254 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.00 |
| HSL | 181.05º | 0.99% | 0.55% | - |
| HSV(B) | 181.05º | 0.9% | 1% | - |
| XYZ | 52.48 | 75.73 | 105.62 | - |
| YUV | 183.18 | 167.96 | 15.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 250 | 254 | 0.90 | 0.02 | 0 | 0.00 | 181.05 | 0.99 | 0.55 |
| Hex | 19 | FA | FE | 5A | 2 | 0 | 0 | B5 | 63 | 37 |
| Octal | 31 | 372 | 376 | 132 | 2 | 0 | 0 | 265 | 143 | 67 |
| Binary | 11001 | 11111010 | 11111110 | 1011010 | 10 | 0 | 0 | 10110101 | 1100011 | 110111 |
Color Harmonies of #19FAFE
Complementary color
Monochromatic Colors of #19FAFE
Black with #19FAFE
Text Example
Text Example
White with #19FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FAFE; }
p { color: rgb(25,250,254); }
H1.HeaderClassName
{
color: #19FAFE;
}
.AnyTagClassName
{
color: #19FAFE;
}
</style>
background-color css
<style>
a { background-color: #19FAFE; }
a { background-color: rgb(25,250,254); }
div.DivClassName
{
background-color: #19FAFE;
}
.BgClassName
{
background-color: #19FAFE;
}
</style>
border-color css
<style>
span { border-color: #19FAFE; }
span { border-color: rgb(25,250,254); }
td.TdClassName
{
border-color: #19FAFE;
}
.TagClassName
{
border-color: #19FAFE;
}
</style>