Shades of Aqua #19EAFB
Tints of Aqua #19EAFB
RGB
CMYK
RGB Variations
Color information
#19EAFB (or 0x19EAFB) is known color: Aqua. HEX triplet: 19, EA and FB. RGB value is (25,234,251). Sum of RGB (Red+Green+Blue) = 25+234+251=510 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.90% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #19EAFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EAFB is #E61504. Grayscale: #ADADAD. Windows color (decimal): -15078661 or 16509465. OLE color: 16509465.
HSL color Cylindrical-coordinate representation of color #19EAFB: hue angle of 184.51º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EAFB is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 234 | 251 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.02 |
| HSL | 184.51º | 0.97% | 0.54% | - |
| HSV(B) | 184.51º | 0.9% | 0.98% | - |
| XYZ | 47.24 | 66.02 | 101.52 | - |
| YUV | 173.45 | 171.76 | 22.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 234 | 251 | 0.90 | 0.07 | 0 | 0.02 | 184.51 | 0.97 | 0.54 |
| Hex | 19 | EA | FB | 5A | 7 | 0 | 2 | B9 | 61 | 36 |
| Octal | 31 | 352 | 373 | 132 | 7 | 0 | 2 | 271 | 141 | 66 |
| Binary | 11001 | 11101010 | 11111011 | 1011010 | 111 | 0 | 10 | 10111001 | 1100001 | 110110 |
Color Harmonies of #19EAFB
Complementary color
Monochromatic Colors of #19EAFB
Black with #19EAFB
Text Example
Text Example
White with #19EAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EAFB; }
p { color: rgb(25,234,251); }
H1.HeaderClassName
{
color: #19EAFB;
}
.AnyTagClassName
{
color: #19EAFB;
}
</style>
background-color css
<style>
a { background-color: #19EAFB; }
a { background-color: rgb(25,234,251); }
div.DivClassName
{
background-color: #19EAFB;
}
.BgClassName
{
background-color: #19EAFB;
}
</style>
border-color css
<style>
span { border-color: #19EAFB; }
span { border-color: rgb(25,234,251); }
td.TdClassName
{
border-color: #19EAFB;
}
.TagClassName
{
border-color: #19EAFB;
}
</style>