Shades of Aqua #19FDFF
Tints of Aqua #19FDFF
RGB
CMYK
RGB Variations
Color information
#19FDFF (or 0x19FDFF) is known color: Aqua. HEX triplet: 19, FD and FF. RGB value is (25,253,255). Sum of RGB (Red+Green+Blue) = 25+253+255=533 (70% of max value = 765). Red value is 25 (10.16% from 255 or 4.69% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #19FDFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FDFF is #E60200. Grayscale: #B8B8B8. Windows color (decimal): -15073793 or 16776473. OLE color: 16776473.
HSL color Cylindrical-coordinate representation of color #19FDFF: hue angle of 180.52º 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 #19FDFF is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 253 | 255 | - |
| CMYK | 0.90 | 0.01 | 0 | 0 |
| HSL | 180.52º | 1% | 0.55% | - |
| HSV(B) | 180.52º | 0.9% | 1% | - |
| XYZ | 53.58 | 77.68 | 106.78 | - |
| YUV | 185.06 | 167.46 | 13.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 253 | 255 | 0.90 | 0.01 | 0 | 0 | 180.52 | 1 | 0.55 |
| Hex | 19 | FD | FF | 5A | 1 | 0 | 0 | B5 | 64 | 37 |
| Octal | 31 | 375 | 377 | 132 | 1 | 0 | 0 | 265 | 144 | 67 |
| Binary | 11001 | 11111101 | 11111111 | 1011010 | 1 | 0 | 0 | 10110101 | 1100100 | 110111 |
Color Harmonies of #19FDFF
Complementary color
Monochromatic Colors of #19FDFF
Black with #19FDFF
Text Example
Text Example
White with #19FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FDFF; }
p { color: rgb(25,253,255); }
H1.HeaderClassName
{
color: #19FDFF;
}
.AnyTagClassName
{
color: #19FDFF;
}
</style>
background-color css
<style>
a { background-color: #19FDFF; }
a { background-color: rgb(25,253,255); }
div.DivClassName
{
background-color: #19FDFF;
}
.BgClassName
{
background-color: #19FDFF;
}
</style>
border-color css
<style>
span { border-color: #19FDFF; }
span { border-color: rgb(25,253,255); }
td.TdClassName
{
border-color: #19FDFF;
}
.TagClassName
{
border-color: #19FDFF;
}
</style>