Shades of Aqua #19FCFE
Tints of Aqua #19FCFE
RGB
CMYK
RGB Variations
Color information
#19FCFE (or 0x19FCFE) is known color: Aqua. HEX triplet: 19, FC and FE. RGB value is (25,252,254). Sum of RGB (Red+Green+Blue) = 25+252+254=531 (70% of max value = 765). Red value is 25 (10.16% from 255 or 4.71% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #19FCFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FCFE is #E60301. Grayscale: #B8B8B8. Windows color (decimal): -15074050 or 16710681. OLE color: 16710681.
HSL color Cylindrical-coordinate representation of color #19FCFE: hue angle of 180.52º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FCFE is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 252 | 254 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.00 |
| HSL | 180.52º | 0.99% | 0.55% | - |
| HSV(B) | 180.52º | 0.9% | 1% | - |
| XYZ | 53.1 | 76.98 | 105.83 | - |
| YUV | 184.36 | 167.29 | 14.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 252 | 254 | 0.90 | 0.01 | 0 | 0.00 | 180.52 | 0.99 | 0.55 |
| Hex | 19 | FC | FE | 5A | 1 | 0 | 0 | B5 | 63 | 37 |
| Octal | 31 | 374 | 376 | 132 | 1 | 0 | 0 | 265 | 143 | 67 |
| Binary | 11001 | 11111100 | 11111110 | 1011010 | 1 | 0 | 0 | 10110101 | 1100011 | 110111 |
Color Harmonies of #19FCFE
Complementary color
Monochromatic Colors of #19FCFE
Black with #19FCFE
Text Example
Text Example
White with #19FCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FCFE; }
p { color: rgb(25,252,254); }
H1.HeaderClassName
{
color: #19FCFE;
}
.AnyTagClassName
{
color: #19FCFE;
}
</style>
background-color css
<style>
a { background-color: #19FCFE; }
a { background-color: rgb(25,252,254); }
div.DivClassName
{
background-color: #19FCFE;
}
.BgClassName
{
background-color: #19FCFE;
}
</style>
border-color css
<style>
span { border-color: #19FCFE; }
span { border-color: rgb(25,252,254); }
td.TdClassName
{
border-color: #19FCFE;
}
.TagClassName
{
border-color: #19FCFE;
}
</style>