Shades of Aqua #19FEFF
Tints of Aqua #19FEFF
RGB
CMYK
RGB Variations
Color information
#19FEFF (or 0x19FEFF) is known color: Aqua. HEX triplet: 19, FE and FF. RGB value is (25,254,255). Sum of RGB (Red+Green+Blue) = 25+254+255=534 (70% of max value = 765). Red value is 25 (10.16% from 255 or 4.68% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #19FEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FEFF is #E60100. Grayscale: #B9B9B9. Windows color (decimal): -15073537 or 16776729. OLE color: 16776729.
HSL color Cylindrical-coordinate representation of color #19FEFF: hue angle of 180.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FEFF is Cyan = 0.90, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 254 | 255 | - |
| CMYK | 0.90 | 0.00 | 0 | 0 |
| HSL | 180.26º | 1% | 0.55% | - |
| HSV(B) | 180.26º | 0.9% | 1% | - |
| XYZ | 53.89 | 78.31 | 106.88 | - |
| YUV | 185.64 | 167.13 | 13.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 254 | 255 | 0.90 | 0.00 | 0 | 0 | 180.26 | 1 | 0.55 |
| Hex | 19 | FE | FF | 5A | 0 | 0 | 0 | B4 | 64 | 37 |
| Octal | 31 | 376 | 377 | 132 | 0 | 0 | 0 | 264 | 144 | 67 |
| Binary | 11001 | 11111110 | 11111111 | 1011010 | 0 | 0 | 0 | 10110100 | 1100100 | 110111 |
Color Harmonies of #19FEFF
Complementary color
Monochromatic Colors of #19FEFF
Black with #19FEFF
Text Example
Text Example
White with #19FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FEFF; }
p { color: rgb(25,254,255); }
H1.HeaderClassName
{
color: #19FEFF;
}
.AnyTagClassName
{
color: #19FEFF;
}
</style>
background-color css
<style>
a { background-color: #19FEFF; }
a { background-color: rgb(25,254,255); }
div.DivClassName
{
background-color: #19FEFF;
}
.BgClassName
{
background-color: #19FEFF;
}
</style>
border-color css
<style>
span { border-color: #19FEFF; }
span { border-color: rgb(25,254,255); }
td.TdClassName
{
border-color: #19FEFF;
}
.TagClassName
{
border-color: #19FEFF;
}
</style>