Shades of Aqua #19E6FC
Tints of Aqua #19E6FC
RGB
CMYK
RGB Variations
Color information
#19E6FC (or 0x19E6FC) is known color: Aqua. HEX triplet: 19, E6 and FC. RGB value is (25,230,252). Sum of RGB (Red+Green+Blue) = 25+230+252=507 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.93% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #19E6FC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19E6FC is #E61903. Grayscale: #AAAAAA. Windows color (decimal): -15079684 or 16573977. OLE color: 16573977.
HSL color Cylindrical-coordinate representation of color #19E6FC: hue angle of 185.81º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19E6FC is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 230 | 252 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.01 |
| HSL | 185.82º | 0.97% | 0.54% | - |
| HSV(B) | 185.82º | 0.9% | 0.99% | - |
| XYZ | 46.27 | 63.83 | 101.98 | - |
| YUV | 171.21 | 173.58 | 23.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 230 | 252 | 0.90 | 0.09 | 0 | 0.01 | 185.82 | 0.97 | 0.54 |
| Hex | 19 | E6 | FC | 5A | 9 | 0 | 1 | BA | 61 | 36 |
| Octal | 31 | 346 | 374 | 132 | 11 | 0 | 1 | 272 | 141 | 66 |
| Binary | 11001 | 11100110 | 11111100 | 1011010 | 1001 | 0 | 1 | 10111010 | 1100001 | 110110 |
Color Harmonies of #19E6FC
Complementary color
Monochromatic Colors of #19E6FC
Black with #19E6FC
Text Example
Text Example
White with #19E6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E6FC; }
p { color: rgb(25,230,252); }
H1.HeaderClassName
{
color: #19E6FC;
}
.AnyTagClassName
{
color: #19E6FC;
}
</style>
background-color css
<style>
a { background-color: #19E6FC; }
a { background-color: rgb(25,230,252); }
div.DivClassName
{
background-color: #19E6FC;
}
.BgClassName
{
background-color: #19E6FC;
}
</style>
border-color css
<style>
span { border-color: #19E6FC; }
span { border-color: rgb(25,230,252); }
td.TdClassName
{
border-color: #19E6FC;
}
.TagClassName
{
border-color: #19E6FC;
}
</style>