Shades of Aqua #16EEFF
Tints of Aqua #16EEFF
RGB
CMYK
RGB Variations
Color information
#16EEFF (or 0x16EEFF) is known color: Aqua. HEX triplet: 16, EE and FF. RGB value is (22,238,255). Sum of RGB (Red+Green+Blue) = 22+238+255=515 (68% of max value = 765). Red value is 22 (8.98% from 255 or 4.27% from 515); Green value is 238 (93.36% from 255 or 46.21% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #16EEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #16EEFF is #E91100. Grayscale: #AFAFAF. Windows color (decimal): -15274241 or 16772630. OLE color: 16772630.
HSL color Cylindrical-coordinate representation of color #16EEFF: hue angle of 184.38º 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 #16EEFF is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 238 | 255 | - |
| CMYK | 0.91 | 0.07 | 0 | 0 |
| HSL | 184.38º | 1% | 0.54% | - |
| HSV(B) | 184.38º | 0.91% | 1% | - |
| XYZ | 48.96 | 68.54 | 105.26 | - |
| YUV | 175.35 | 172.94 | 18.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 238 | 255 | 0.91 | 0.07 | 0 | 0 | 184.38 | 1 | 0.54 |
| Hex | 16 | EE | FF | 5B | 7 | 0 | 0 | B8 | 64 | 36 |
| Octal | 26 | 356 | 377 | 133 | 7 | 0 | 0 | 270 | 144 | 66 |
| Binary | 10110 | 11101110 | 11111111 | 1011011 | 111 | 0 | 0 | 10111000 | 1100100 | 110110 |
Color Harmonies of #16EEFF
Complementary color
Monochromatic Colors of #16EEFF
Black with #16EEFF
Text Example
Text Example
White with #16EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EEFF; }
p { color: rgb(22,238,255); }
H1.HeaderClassName
{
color: #16EEFF;
}
.AnyTagClassName
{
color: #16EEFF;
}
</style>
background-color css
<style>
a { background-color: #16EEFF; }
a { background-color: rgb(22,238,255); }
div.DivClassName
{
background-color: #16EEFF;
}
.BgClassName
{
background-color: #16EEFF;
}
</style>
border-color css
<style>
span { border-color: #16EEFF; }
span { border-color: rgb(22,238,255); }
td.TdClassName
{
border-color: #16EEFF;
}
.TagClassName
{
border-color: #16EEFF;
}
</style>