Shades of Aqua #16EBFF
Tints of Aqua #16EBFF
RGB
CMYK
RGB Variations
Color information
#16EBFF (or 0x16EBFF) is known color: Aqua. HEX triplet: 16, EB and FF. RGB value is (22,235,255). Sum of RGB (Red+Green+Blue) = 22+235+255=512 (67% of max value = 765). Red value is 22 (8.98% from 255 or 4.30% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #16EBFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #16EBFF is #E91400. Grayscale: #ADADAD. Windows color (decimal): -15275009 or 16771862. OLE color: 16771862.
HSL color Cylindrical-coordinate representation of color #16EBFF: hue angle of 185.15º 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 #16EBFF is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 235 | 255 | - |
| CMYK | 0.91 | 0.08 | 0 | 0 |
| HSL | 185.15º | 1% | 0.54% | - |
| HSV(B) | 185.15º | 0.91% | 1% | - |
| XYZ | 48.09 | 66.81 | 104.97 | - |
| YUV | 173.59 | 173.93 | 19.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 235 | 255 | 0.91 | 0.08 | 0 | 0 | 185.15 | 1 | 0.54 |
| Hex | 16 | EB | FF | 5B | 8 | 0 | 0 | B9 | 64 | 36 |
| Octal | 26 | 353 | 377 | 133 | 10 | 0 | 0 | 271 | 144 | 66 |
| Binary | 10110 | 11101011 | 11111111 | 1011011 | 1000 | 0 | 0 | 10111001 | 1100100 | 110110 |
Color Harmonies of #16EBFF
Complementary color
Monochromatic Colors of #16EBFF
Black with #16EBFF
Text Example
Text Example
White with #16EBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EBFF; }
p { color: rgb(22,235,255); }
H1.HeaderClassName
{
color: #16EBFF;
}
.AnyTagClassName
{
color: #16EBFF;
}
</style>
background-color css
<style>
a { background-color: #16EBFF; }
a { background-color: rgb(22,235,255); }
div.DivClassName
{
background-color: #16EBFF;
}
.BgClassName
{
background-color: #16EBFF;
}
</style>
border-color css
<style>
span { border-color: #16EBFF; }
span { border-color: rgb(22,235,255); }
td.TdClassName
{
border-color: #16EBFF;
}
.TagClassName
{
border-color: #16EBFF;
}
</style>