Shades of Aqua #10E2FF
Tints of Aqua #10E2FF
RGB
CMYK
RGB Variations
Color information
#10E2FF (or 0x10E2FF) is known color: Aqua. HEX triplet: 10, E2 and FF. RGB value is (16,226,255). Sum of RGB (Red+Green+Blue) = 16+226+255=497 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.22% from 497); Green value is 226 (88.67% from 255 or 45.47% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #10E2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10E2FF is #EF1D00. Grayscale: #A6A6A6. Windows color (decimal): -15670529 or 16769552. OLE color: 16769552.
HSL color Cylindrical-coordinate representation of color #10E2FF: hue angle of 187.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 #10E2FF is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 226 | 255 | - |
| CMYK | 0.94 | 0.11 | 0 | 0 |
| HSL | 187.28º | 1% | 0.53% | - |
| HSV(B) | 187.28º | 0.94% | 1% | - |
| XYZ | 45.46 | 61.72 | 104.13 | - |
| YUV | 166.52 | 177.93 | 20.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 226 | 255 | 0.94 | 0.11 | 0 | 0 | 187.28 | 1 | 0.53 |
| Hex | 10 | E2 | FF | 5E | B | 0 | 0 | BB | 64 | 35 |
| Octal | 20 | 342 | 377 | 136 | 13 | 0 | 0 | 273 | 144 | 65 |
| Binary | 10000 | 11100010 | 11111111 | 1011110 | 1011 | 0 | 0 | 10111011 | 1100100 | 110101 |
Color Harmonies of #10E2FF
Complementary color
Monochromatic Colors of #10E2FF
Black with #10E2FF
Text Example
Text Example
White with #10E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E2FF; }
p { color: rgb(16,226,255); }
H1.HeaderClassName
{
color: #10E2FF;
}
.AnyTagClassName
{
color: #10E2FF;
}
</style>
background-color css
<style>
a { background-color: #10E2FF; }
a { background-color: rgb(16,226,255); }
div.DivClassName
{
background-color: #10E2FF;
}
.BgClassName
{
background-color: #10E2FF;
}
</style>
border-color css
<style>
span { border-color: #10E2FF; }
span { border-color: rgb(16,226,255); }
td.TdClassName
{
border-color: #10E2FF;
}
.TagClassName
{
border-color: #10E2FF;
}
</style>