Shades of Aqua #16E4FF
Tints of Aqua #16E4FF
RGB
CMYK
RGB Variations
Color information
#16E4FF (or 0x16E4FF) is known color: Aqua. HEX triplet: 16, E4 and FF. RGB value is (22,228,255). Sum of RGB (Red+Green+Blue) = 22+228+255=505 (66% of max value = 765). Red value is 22 (8.98% from 255 or 4.36% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #16E4FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16E4FF is #E91B00. Grayscale: #A9A9A9. Windows color (decimal): -15276801 or 16770070. OLE color: 16770070.
HSL color Cylindrical-coordinate representation of color #16E4FF: hue angle of 186.95º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16E4FF is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 228 | 255 | - |
| CMYK | 0.91 | 0.11 | 0 | 0 |
| HSL | 186.95º | 1% | 0.54% | - |
| HSV(B) | 186.95º | 0.91% | 1% | - |
| XYZ | 46.12 | 62.88 | 104.31 | - |
| YUV | 169.48 | 176.25 | 22.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 228 | 255 | 0.91 | 0.11 | 0 | 0 | 186.95 | 1 | 0.54 |
| Hex | 16 | E4 | FF | 5B | B | 0 | 0 | BB | 64 | 36 |
| Octal | 26 | 344 | 377 | 133 | 13 | 0 | 0 | 273 | 144 | 66 |
| Binary | 10110 | 11100100 | 11111111 | 1011011 | 1011 | 0 | 0 | 10111011 | 1100100 | 110110 |
Color Harmonies of #16E4FF
Complementary color
Monochromatic Colors of #16E4FF
Black with #16E4FF
Text Example
Text Example
White with #16E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E4FF; }
p { color: rgb(22,228,255); }
H1.HeaderClassName
{
color: #16E4FF;
}
.AnyTagClassName
{
color: #16E4FF;
}
</style>
background-color css
<style>
a { background-color: #16E4FF; }
a { background-color: rgb(22,228,255); }
div.DivClassName
{
background-color: #16E4FF;
}
.BgClassName
{
background-color: #16E4FF;
}
</style>
border-color css
<style>
span { border-color: #16E4FF; }
span { border-color: rgb(22,228,255); }
td.TdClassName
{
border-color: #16E4FF;
}
.TagClassName
{
border-color: #16E4FF;
}
</style>