Shades of Aqua #10E5FF
Tints of Aqua #10E5FF
RGB
CMYK
RGB Variations
Color information
#10E5FF (or 0x10E5FF) is known color: Aqua. HEX triplet: 10, E5 and FF. RGB value is (16,229,255). Sum of RGB (Red+Green+Blue) = 16+229+255=500 (66% of max value = 765). Red value is 16 (6.64% from 255 or 3.2% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #10E5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10E5FF is #EF1A00. Grayscale: #A7A7A7. Windows color (decimal): -15669761 or 16770320. OLE color: 16770320.
HSL color Cylindrical-coordinate representation of color #10E5FF: hue angle of 186.53º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10E5FF is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 229 | 255 | - |
| CMYK | 0.94 | 0.10 | 0 | 0 |
| HSL | 186.53º | 1% | 0.53% | - |
| HSV(B) | 186.53º | 0.94% | 1% | - |
| XYZ | 46.28 | 63.37 | 104.4 | - |
| YUV | 168.28 | 176.93 | 19.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 229 | 255 | 0.94 | 0.10 | 0 | 0 | 186.53 | 1 | 0.53 |
| Hex | 10 | E5 | FF | 5E | A | 0 | 0 | BB | 64 | 35 |
| Octal | 20 | 345 | 377 | 136 | 12 | 0 | 0 | 273 | 144 | 65 |
| Binary | 10000 | 11100101 | 11111111 | 1011110 | 1010 | 0 | 0 | 10111011 | 1100100 | 110101 |
Color Harmonies of #10E5FF
Complementary color
Monochromatic Colors of #10E5FF
Black with #10E5FF
Text Example
Text Example
White with #10E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E5FF; }
p { color: rgb(16,229,255); }
H1.HeaderClassName
{
color: #10E5FF;
}
.AnyTagClassName
{
color: #10E5FF;
}
</style>
background-color css
<style>
a { background-color: #10E5FF; }
a { background-color: rgb(16,229,255); }
div.DivClassName
{
background-color: #10E5FF;
}
.BgClassName
{
background-color: #10E5FF;
}
</style>
border-color css
<style>
span { border-color: #10E5FF; }
span { border-color: rgb(16,229,255); }
td.TdClassName
{
border-color: #10E5FF;
}
.TagClassName
{
border-color: #10E5FF;
}
</style>