Shades of Aqua #10E3FF
Tints of Aqua #10E3FF
RGB
CMYK
RGB Variations
Color information
#10E3FF (or 0x10E3FF) is known color: Aqua. HEX triplet: 10, E3 and FF. RGB value is (16,227,255). Sum of RGB (Red+Green+Blue) = 16+227+255=498 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.21% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #10E3FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10E3FF is #EF1C00. Grayscale: #A6A6A6. Windows color (decimal): -15670273 or 16769808. OLE color: 16769808.
HSL color Cylindrical-coordinate representation of color #10E3FF: hue angle of 187.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 #10E3FF is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 227 | 255 | - |
| CMYK | 0.94 | 0.11 | 0 | 0 |
| HSL | 187.03º | 1% | 0.53% | - |
| HSV(B) | 187.03º | 0.94% | 1% | - |
| XYZ | 45.73 | 62.27 | 104.22 | - |
| YUV | 167.1 | 177.6 | 20.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 227 | 255 | 0.94 | 0.11 | 0 | 0 | 187.03 | 1 | 0.53 |
| Hex | 10 | E3 | FF | 5E | B | 0 | 0 | BB | 64 | 35 |
| Octal | 20 | 343 | 377 | 136 | 13 | 0 | 0 | 273 | 144 | 65 |
| Binary | 10000 | 11100011 | 11111111 | 1011110 | 1011 | 0 | 0 | 10111011 | 1100100 | 110101 |
Color Harmonies of #10E3FF
Complementary color
Monochromatic Colors of #10E3FF
Black with #10E3FF
Text Example
Text Example
White with #10E3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E3FF; }
p { color: rgb(16,227,255); }
H1.HeaderClassName
{
color: #10E3FF;
}
.AnyTagClassName
{
color: #10E3FF;
}
</style>
background-color css
<style>
a { background-color: #10E3FF; }
a { background-color: rgb(16,227,255); }
div.DivClassName
{
background-color: #10E3FF;
}
.BgClassName
{
background-color: #10E3FF;
}
</style>
border-color css
<style>
span { border-color: #10E3FF; }
span { border-color: rgb(16,227,255); }
td.TdClassName
{
border-color: #10E3FF;
}
.TagClassName
{
border-color: #10E3FF;
}
</style>