Shades of Aqua #10E6FF
Tints of Aqua #10E6FF
RGB
CMYK
RGB Variations
Color information
#10E6FF (or 0x10E6FF) is known color: Aqua. HEX triplet: 10, E6 and FF. RGB value is (16,230,255). Sum of RGB (Red+Green+Blue) = 16+230+255=501 (66% of max value = 765). Red value is 16 (6.64% from 255 or 3.19% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #10E6FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10E6FF is #EF1900. Grayscale: #A8A8A8. Windows color (decimal): -15669505 or 16770576. OLE color: 16770576.
HSL color Cylindrical-coordinate representation of color #10E6FF: hue angle of 186.28º 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 #10E6FF is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 230 | 255 | - |
| CMYK | 0.94 | 0.10 | 0 | 0 |
| HSL | 186.28º | 1% | 0.53% | - |
| HSV(B) | 186.28º | 0.94% | 1% | - |
| XYZ | 46.56 | 63.92 | 104.49 | - |
| YUV | 168.86 | 176.6 | 18.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 230 | 255 | 0.94 | 0.10 | 0 | 0 | 186.28 | 1 | 0.53 |
| Hex | 10 | E6 | FF | 5E | A | 0 | 0 | BA | 64 | 35 |
| Octal | 20 | 346 | 377 | 136 | 12 | 0 | 0 | 272 | 144 | 65 |
| Binary | 10000 | 11100110 | 11111111 | 1011110 | 1010 | 0 | 0 | 10111010 | 1100100 | 110101 |
Color Harmonies of #10E6FF
Complementary color
Monochromatic Colors of #10E6FF
Black with #10E6FF
Text Example
Text Example
White with #10E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E6FF; }
p { color: rgb(16,230,255); }
H1.HeaderClassName
{
color: #10E6FF;
}
.AnyTagClassName
{
color: #10E6FF;
}
</style>
background-color css
<style>
a { background-color: #10E6FF; }
a { background-color: rgb(16,230,255); }
div.DivClassName
{
background-color: #10E6FF;
}
.BgClassName
{
background-color: #10E6FF;
}
</style>
border-color css
<style>
span { border-color: #10E6FF; }
span { border-color: rgb(16,230,255); }
td.TdClassName
{
border-color: #10E6FF;
}
.TagClassName
{
border-color: #10E6FF;
}
</style>