Shades of Aqua #19FBFF
Tints of Aqua #19FBFF
RGB
CMYK
RGB Variations
Color information
#19FBFF (or 0x19FBFF) is known color: Aqua. HEX triplet: 19, FB and FF. RGB value is (25,251,255). Sum of RGB (Red+Green+Blue) = 25+251+255=531 (70% of max value = 765). Red value is 25 (10.16% from 255 or 4.71% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #19FBFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FBFF is #E60400. Grayscale: #B7B7B7. Windows color (decimal): -15074305 or 16775961. OLE color: 16775961.
HSL color Cylindrical-coordinate representation of color #19FBFF: hue angle of 181.04º 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 #19FBFF is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 251 | 255 | - |
| CMYK | 0.90 | 0.02 | 0 | 0 |
| HSL | 181.04º | 1% | 0.55% | - |
| HSV(B) | 181.04º | 0.9% | 1% | - |
| XYZ | 52.95 | 76.42 | 106.57 | - |
| YUV | 183.88 | 168.13 | 14.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 251 | 255 | 0.90 | 0.02 | 0 | 0 | 181.04 | 1 | 0.55 |
| Hex | 19 | FB | FF | 5A | 2 | 0 | 0 | B5 | 64 | 37 |
| Octal | 31 | 373 | 377 | 132 | 2 | 0 | 0 | 265 | 144 | 67 |
| Binary | 11001 | 11111011 | 11111111 | 1011010 | 10 | 0 | 0 | 10110101 | 1100100 | 110111 |
Color Harmonies of #19FBFF
Complementary color
Monochromatic Colors of #19FBFF
Black with #19FBFF
Text Example
Text Example
White with #19FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FBFF; }
p { color: rgb(25,251,255); }
H1.HeaderClassName
{
color: #19FBFF;
}
.AnyTagClassName
{
color: #19FBFF;
}
</style>
background-color css
<style>
a { background-color: #19FBFF; }
a { background-color: rgb(25,251,255); }
div.DivClassName
{
background-color: #19FBFF;
}
.BgClassName
{
background-color: #19FBFF;
}
</style>
border-color css
<style>
span { border-color: #19FBFF; }
span { border-color: rgb(25,251,255); }
td.TdClassName
{
border-color: #19FBFF;
}
.TagClassName
{
border-color: #19FBFF;
}
</style>