Shades of Aqua #19ECFF
Tints of Aqua #19ECFF
RGB
CMYK
RGB Variations
Color information
#19ECFF (or 0x19ECFF) is known color: Aqua. HEX triplet: 19, EC and FF. RGB value is (25,236,255). Sum of RGB (Red+Green+Blue) = 25+236+255=516 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.84% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #19ECFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19ECFF is #E61300. Grayscale: #AEAEAE. Windows color (decimal): -15078145 or 16772121. OLE color: 16772121.
HSL color Cylindrical-coordinate representation of color #19ECFF: hue angle of 184.96º 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 #19ECFF is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 236 | 255 | - |
| CMYK | 0.90 | 0.07 | 0 | 0 |
| HSL | 184.96º | 1% | 0.55% | - |
| HSV(B) | 184.96º | 0.9% | 1% | - |
| XYZ | 48.45 | 67.42 | 105.07 | - |
| YUV | 175.08 | 173.1 | 20.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 236 | 255 | 0.90 | 0.07 | 0 | 0 | 184.96 | 1 | 0.55 |
| Hex | 19 | EC | FF | 5A | 7 | 0 | 0 | B9 | 64 | 37 |
| Octal | 31 | 354 | 377 | 132 | 7 | 0 | 0 | 271 | 144 | 67 |
| Binary | 11001 | 11101100 | 11111111 | 1011010 | 111 | 0 | 0 | 10111001 | 1100100 | 110111 |
Color Harmonies of #19ECFF
Complementary color
Monochromatic Colors of #19ECFF
Black with #19ECFF
Text Example
Text Example
White with #19ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19ECFF; }
p { color: rgb(25,236,255); }
H1.HeaderClassName
{
color: #19ECFF;
}
.AnyTagClassName
{
color: #19ECFF;
}
</style>
background-color css
<style>
a { background-color: #19ECFF; }
a { background-color: rgb(25,236,255); }
div.DivClassName
{
background-color: #19ECFF;
}
.BgClassName
{
background-color: #19ECFF;
}
</style>
border-color css
<style>
span { border-color: #19ECFF; }
span { border-color: rgb(25,236,255); }
td.TdClassName
{
border-color: #19ECFF;
}
.TagClassName
{
border-color: #19ECFF;
}
</style>