Shades of Aqua #16EAFA
Tints of Aqua #16EAFA
RGB
CMYK
RGB Variations
Color information
#16EAFA (or 0x16EAFA) is known color: Aqua. HEX triplet: 16, EA and FA. RGB value is (22,234,250). Sum of RGB (Red+Green+Blue) = 22+234+250=506 (67% of max value = 765). Red value is 22 (8.98% from 255 or 4.35% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #16EAFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #16EAFA is #E91505. Grayscale: #ACACAC. Windows color (decimal): -15275270 or 16443926. OLE color: 16443926.
HSL color Cylindrical-coordinate representation of color #16EAFA: hue angle of 184.21º degrees, saturation: 0.96, 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 #16EAFA is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 234 | 250 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.02 |
| HSL | 184.21º | 0.96% | 0.53% | - |
| HSV(B) | 184.21º | 0.91% | 0.98% | - |
| XYZ | 47.01 | 65.92 | 100.69 | - |
| YUV | 172.44 | 171.76 | 20.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 234 | 250 | 0.91 | 0.06 | 0 | 0.02 | 184.21 | 0.96 | 0.53 |
| Hex | 16 | EA | FA | 5B | 6 | 0 | 2 | B8 | 60 | 35 |
| Octal | 26 | 352 | 372 | 133 | 6 | 0 | 2 | 270 | 140 | 65 |
| Binary | 10110 | 11101010 | 11111010 | 1011011 | 110 | 0 | 10 | 10111000 | 1100000 | 110101 |
Color Harmonies of #16EAFA
Complementary color
Monochromatic Colors of #16EAFA
Black with #16EAFA
Text Example
Text Example
White with #16EAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EAFA; }
p { color: rgb(22,234,250); }
H1.HeaderClassName
{
color: #16EAFA;
}
.AnyTagClassName
{
color: #16EAFA;
}
</style>
background-color css
<style>
a { background-color: #16EAFA; }
a { background-color: rgb(22,234,250); }
div.DivClassName
{
background-color: #16EAFA;
}
.BgClassName
{
background-color: #16EAFA;
}
</style>
border-color css
<style>
span { border-color: #16EAFA; }
span { border-color: rgb(22,234,250); }
td.TdClassName
{
border-color: #16EAFA;
}
.TagClassName
{
border-color: #16EAFA;
}
</style>