Shades of Aqua #19EFFB
Tints of Aqua #19EFFB
RGB
CMYK
RGB Variations
Color information
#19EFFB (or 0x19EFFB) is known color: Aqua. HEX triplet: 19, EF and FB. RGB value is (25,239,251). Sum of RGB (Red+Green+Blue) = 25+239+251=515 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.85% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #19EFFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EFFB is #E61004. Grayscale: #B0B0B0. Windows color (decimal): -15077381 or 16510745. OLE color: 16510745.
HSL color Cylindrical-coordinate representation of color #19EFFB: hue angle of 183.19º 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 #19EFFB is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 239 | 251 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.02 |
| HSL | 183.19º | 0.97% | 0.54% | - |
| HSV(B) | 183.19º | 0.9% | 0.98% | - |
| XYZ | 48.68 | 68.9 | 102 | - |
| YUV | 176.38 | 170.1 | 20.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 239 | 251 | 0.90 | 0.05 | 0 | 0.02 | 183.19 | 0.97 | 0.54 |
| Hex | 19 | EF | FB | 5A | 5 | 0 | 2 | B7 | 61 | 36 |
| Octal | 31 | 357 | 373 | 132 | 5 | 0 | 2 | 267 | 141 | 66 |
| Binary | 11001 | 11101111 | 11111011 | 1011010 | 101 | 0 | 10 | 10110111 | 1100001 | 110110 |
Color Harmonies of #19EFFB
Complementary color
Monochromatic Colors of #19EFFB
Black with #19EFFB
Text Example
Text Example
White with #19EFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EFFB; }
p { color: rgb(25,239,251); }
H1.HeaderClassName
{
color: #19EFFB;
}
.AnyTagClassName
{
color: #19EFFB;
}
</style>
background-color css
<style>
a { background-color: #19EFFB; }
a { background-color: rgb(25,239,251); }
div.DivClassName
{
background-color: #19EFFB;
}
.BgClassName
{
background-color: #19EFFB;
}
</style>
border-color css
<style>
span { border-color: #19EFFB; }
span { border-color: rgb(25,239,251); }
td.TdClassName
{
border-color: #19EFFB;
}
.TagClassName
{
border-color: #19EFFB;
}
</style>