Shades of Aqua #16EEF9
Tints of Aqua #16EEF9
RGB
CMYK
RGB Variations
Color information
#16EEF9 (or 0x16EEF9) is known color: Aqua. HEX triplet: 16, EE and F9. RGB value is (22,238,249). Sum of RGB (Red+Green+Blue) = 22+238+249=509 (67% of max value = 765). Red value is 22 (8.98% from 255 or 4.32% from 509); Green value is 238 (93.36% from 255 or 46.76% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #16EEF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #16EEF9 is #E91106. Grayscale: #AEAEAE. Windows color (decimal): -15274247 or 16379414. OLE color: 16379414.
HSL color Cylindrical-coordinate representation of color #16EEF9: hue angle of 182.91º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16EEF9 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 238 | 249 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.02 |
| HSL | 182.91º | 0.95% | 0.53% | - |
| HSV(B) | 182.91º | 0.91% | 0.98% | - |
| XYZ | 48 | 68.16 | 100.25 | - |
| YUV | 174.67 | 169.94 | 19.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 238 | 249 | 0.91 | 0.04 | 0 | 0.02 | 182.91 | 0.95 | 0.53 |
| Hex | 16 | EE | F9 | 5B | 4 | 0 | 2 | B7 | 5F | 35 |
| Octal | 26 | 356 | 371 | 133 | 4 | 0 | 2 | 267 | 137 | 65 |
| Binary | 10110 | 11101110 | 11111001 | 1011011 | 100 | 0 | 10 | 10110111 | 1011111 | 110101 |
Color Harmonies of #16EEF9
Complementary color
Monochromatic Colors of #16EEF9
Black with #16EEF9
Text Example
Text Example
White with #16EEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EEF9; }
p { color: rgb(22,238,249); }
H1.HeaderClassName
{
color: #16EEF9;
}
.AnyTagClassName
{
color: #16EEF9;
}
</style>
background-color css
<style>
a { background-color: #16EEF9; }
a { background-color: rgb(22,238,249); }
div.DivClassName
{
background-color: #16EEF9;
}
.BgClassName
{
background-color: #16EEF9;
}
</style>
border-color css
<style>
span { border-color: #16EEF9; }
span { border-color: rgb(22,238,249); }
td.TdClassName
{
border-color: #16EEF9;
}
.TagClassName
{
border-color: #16EEF9;
}
</style>