Shades of Aqua #19ECFC
Tints of Aqua #19ECFC
RGB
CMYK
RGB Variations
Color information
#19ECFC (or 0x19ECFC) is known color: Aqua. HEX triplet: 19, EC and FC. RGB value is (25,236,252). Sum of RGB (Red+Green+Blue) = 25+236+252=513 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.87% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #19ECFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19ECFC is #E61303. Grayscale: #AEAEAE. Windows color (decimal): -15078148 or 16575513. OLE color: 16575513.
HSL color Cylindrical-coordinate representation of color #19ECFC: hue angle of 184.23º 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 #19ECFC is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 236 | 252 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.01 |
| HSL | 184.23º | 0.97% | 0.54% | - |
| HSV(B) | 184.23º | 0.9% | 0.99% | - |
| XYZ | 47.97 | 67.23 | 102.54 | - |
| YUV | 174.74 | 171.6 | 21.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 236 | 252 | 0.90 | 0.06 | 0 | 0.01 | 184.23 | 0.97 | 0.54 |
| Hex | 19 | EC | FC | 5A | 6 | 0 | 1 | B8 | 61 | 36 |
| Octal | 31 | 354 | 374 | 132 | 6 | 0 | 1 | 270 | 141 | 66 |
| Binary | 11001 | 11101100 | 11111100 | 1011010 | 110 | 0 | 1 | 10111000 | 1100001 | 110110 |
Color Harmonies of #19ECFC
Complementary color
Monochromatic Colors of #19ECFC
Black with #19ECFC
Text Example
Text Example
White with #19ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ECFC; }
p { color: rgb(25,236,252); }
H1.HeaderClassName
{
color: #19ECFC;
}
.AnyTagClassName
{
color: #19ECFC;
}
</style>
background-color css
<style>
a { background-color: #19ECFC; }
a { background-color: rgb(25,236,252); }
div.DivClassName
{
background-color: #19ECFC;
}
.BgClassName
{
background-color: #19ECFC;
}
</style>
border-color css
<style>
span { border-color: #19ECFC; }
span { border-color: rgb(25,236,252); }
td.TdClassName
{
border-color: #19ECFC;
}
.TagClassName
{
border-color: #19ECFC;
}
</style>