Shades of Aqua #10E7FF
Tints of Aqua #10E7FF
RGB
CMYK
RGB Variations
Color information
#10E7FF (or 0x10E7FF) is known color: Aqua. HEX triplet: 10, E7 and FF. RGB value is (16,231,255). Sum of RGB (Red+Green+Blue) = 16+231+255=502 (66% of max value = 765). Red value is 16 (6.64% from 255 or 3.19% from 502); Green value is 231 (90.62% from 255 or 46.02% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #10E7FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10E7FF is #EF1800. Grayscale: #A9A9A9. Windows color (decimal): -15669249 or 16770832. OLE color: 16770832.
HSL color Cylindrical-coordinate representation of color #10E7FF: hue angle of 186.03º 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 #10E7FF is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 231 | 255 | - |
| CMYK | 0.94 | 0.09 | 0 | 0 |
| HSL | 186.03º | 1% | 0.53% | - |
| HSV(B) | 186.03º | 0.94% | 1% | - |
| XYZ | 46.84 | 64.48 | 104.59 | - |
| YUV | 169.45 | 176.27 | 18.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 231 | 255 | 0.94 | 0.09 | 0 | 0 | 186.03 | 1 | 0.53 |
| Hex | 10 | E7 | FF | 5E | 9 | 0 | 0 | BA | 64 | 35 |
| Octal | 20 | 347 | 377 | 136 | 11 | 0 | 0 | 272 | 144 | 65 |
| Binary | 10000 | 11100111 | 11111111 | 1011110 | 1001 | 0 | 0 | 10111010 | 1100100 | 110101 |
Color Harmonies of #10E7FF
Complementary color
Monochromatic Colors of #10E7FF
Black with #10E7FF
Text Example
Text Example
White with #10E7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E7FF; }
p { color: rgb(16,231,255); }
H1.HeaderClassName
{
color: #10E7FF;
}
.AnyTagClassName
{
color: #10E7FF;
}
</style>
background-color css
<style>
a { background-color: #10E7FF; }
a { background-color: rgb(16,231,255); }
div.DivClassName
{
background-color: #10E7FF;
}
.BgClassName
{
background-color: #10E7FF;
}
</style>
border-color css
<style>
span { border-color: #10E7FF; }
span { border-color: rgb(16,231,255); }
td.TdClassName
{
border-color: #10E7FF;
}
.TagClassName
{
border-color: #10E7FF;
}
</style>