Shades of Aqua #19FCFF
Tints of Aqua #19FCFF
RGB
CMYK
RGB Variations
Color information
#19FCFF (or 0x19FCFF) is known color: Aqua. HEX triplet: 19, FC and FF. RGB value is (25,252,255). Sum of RGB (Red+Green+Blue) = 25+252+255=532 (70% of max value = 765). Red value is 25 (10.16% from 255 or 4.70% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #19FCFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FCFF is #E60300. Grayscale: #B8B8B8. Windows color (decimal): -15074049 or 16776217. OLE color: 16776217.
HSL color Cylindrical-coordinate representation of color #19FCFF: hue angle of 180.78º 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 #19FCFF is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 252 | 255 | - |
| CMYK | 0.90 | 0.01 | 0 | 0 |
| HSL | 180.78º | 1% | 0.55% | - |
| HSV(B) | 180.78º | 0.9% | 1% | - |
| XYZ | 53.26 | 77.05 | 106.67 | - |
| YUV | 184.47 | 167.79 | 14.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 252 | 255 | 0.90 | 0.01 | 0 | 0 | 180.78 | 1 | 0.55 |
| Hex | 19 | FC | FF | 5A | 1 | 0 | 0 | B5 | 64 | 37 |
| Octal | 31 | 374 | 377 | 132 | 1 | 0 | 0 | 265 | 144 | 67 |
| Binary | 11001 | 11111100 | 11111111 | 1011010 | 1 | 0 | 0 | 10110101 | 1100100 | 110111 |
Color Harmonies of #19FCFF
Complementary color
Monochromatic Colors of #19FCFF
Black with #19FCFF
Text Example
Text Example
White with #19FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FCFF; }
p { color: rgb(25,252,255); }
H1.HeaderClassName
{
color: #19FCFF;
}
.AnyTagClassName
{
color: #19FCFF;
}
</style>
background-color css
<style>
a { background-color: #19FCFF; }
a { background-color: rgb(25,252,255); }
div.DivClassName
{
background-color: #19FCFF;
}
.BgClassName
{
background-color: #19FCFF;
}
</style>
border-color css
<style>
span { border-color: #19FCFF; }
span { border-color: rgb(25,252,255); }
td.TdClassName
{
border-color: #19FCFF;
}
.TagClassName
{
border-color: #19FCFF;
}
</style>