Shades of Aqua #19EEF8
Tints of Aqua #19EEF8
RGB
CMYK
RGB Variations
Color information
#19EEF8 (or 0x19EEF8) is known color: Aqua. HEX triplet: 19, EE and F8. RGB value is (25,238,248). Sum of RGB (Red+Green+Blue) = 25+238+248=511 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.89% from 511); Green value is 238 (93.36% from 255 or 46.58% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 248 - color contains mainly: blue. Hex color #19EEF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EEF8 is #E61107. Grayscale: #AFAFAF. Windows color (decimal): -15077640 or 16313881. OLE color: 16313881.
HSL color Cylindrical-coordinate representation of color #19EEF8: hue angle of 182.69º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EEF8 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 238 | 248 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.03 |
| HSL | 182.69º | 0.94% | 0.54% | - |
| HSV(B) | 182.69º | 0.9% | 0.97% | - |
| XYZ | 47.92 | 68.13 | 99.43 | - |
| YUV | 175.45 | 168.93 | 20.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 238 | 248 | 0.90 | 0.04 | 0 | 0.03 | 182.69 | 0.94 | 0.54 |
| Hex | 19 | EE | F8 | 5A | 4 | 0 | 3 | B7 | 5E | 36 |
| Octal | 31 | 356 | 370 | 132 | 4 | 0 | 3 | 267 | 136 | 66 |
| Binary | 11001 | 11101110 | 11111000 | 1011010 | 100 | 0 | 11 | 10110111 | 1011110 | 110110 |
Color Harmonies of #19EEF8
Complementary color
Monochromatic Colors of #19EEF8
Black with #19EEF8
Text Example
Text Example
White with #19EEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EEF8; }
p { color: rgb(25,238,248); }
H1.HeaderClassName
{
color: #19EEF8;
}
.AnyTagClassName
{
color: #19EEF8;
}
</style>
background-color css
<style>
a { background-color: #19EEF8; }
a { background-color: rgb(25,238,248); }
div.DivClassName
{
background-color: #19EEF8;
}
.BgClassName
{
background-color: #19EEF8;
}
</style>
border-color css
<style>
span { border-color: #19EEF8; }
span { border-color: rgb(25,238,248); }
td.TdClassName
{
border-color: #19EEF8;
}
.TagClassName
{
border-color: #19EEF8;
}
</style>