Shades of Aqua #19FDFB
Tints of Aqua #19FDFB
RGB
CMYK
RGB Variations
Color information
#19FDFB (or 0x19FDFB) is known color: Aqua. HEX triplet: 19, FD and FB. RGB value is (25,253,251). Sum of RGB (Red+Green+Blue) = 25+253+251=529 (70% of max value = 765). Red value is 25 (10.16% from 255 or 4.73% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #19FDFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FDFB is #E60204. Grayscale: #B8B8B8. Windows color (decimal): -15073797 or 16514329. OLE color: 16514329.
HSL color Cylindrical-coordinate representation of color #19FDFB: hue angle of 179.47º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FDFB is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 253 | 251 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.01 |
| HSL | 179.47º | 0.98% | 0.55% | - |
| HSV(B) | 179.47º | 0.9% | 0.99% | - |
| XYZ | 52.94 | 77.42 | 103.42 | - |
| YUV | 184.6 | 165.46 | 14.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 253 | 251 | 0.90 | 0 | 0.01 | 0.01 | 179.47 | 0.98 | 0.55 |
| Hex | 19 | FD | FB | 5A | 0 | 1 | 1 | B3 | 62 | 37 |
| Octal | 31 | 375 | 373 | 132 | 0 | 1 | 1 | 263 | 142 | 67 |
| Binary | 11001 | 11111101 | 11111011 | 1011010 | 0 | 1 | 1 | 10110011 | 1100010 | 110111 |
Color Harmonies of #19FDFB
Complementary color
Monochromatic Colors of #19FDFB
Black with #19FDFB
Text Example
Text Example
White with #19FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FDFB; }
p { color: rgb(25,253,251); }
H1.HeaderClassName
{
color: #19FDFB;
}
.AnyTagClassName
{
color: #19FDFB;
}
</style>
background-color css
<style>
a { background-color: #19FDFB; }
a { background-color: rgb(25,253,251); }
div.DivClassName
{
background-color: #19FDFB;
}
.BgClassName
{
background-color: #19FDFB;
}
</style>
border-color css
<style>
span { border-color: #19FDFB; }
span { border-color: rgb(25,253,251); }
td.TdClassName
{
border-color: #19FDFB;
}
.TagClassName
{
border-color: #19FDFB;
}
</style>