Shades of Aqua #10EAFF
Tints of Aqua #10EAFF
RGB
CMYK
RGB Variations
Color information
#10EAFF (or 0x10EAFF) is known color: Aqua. HEX triplet: 10, EA and FF. RGB value is (16,234,255). Sum of RGB (Red+Green+Blue) = 16+234+255=505 (66% of max value = 765). Red value is 16 (6.64% from 255 or 3.17% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #10EAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10EAFF is #EF1500. Grayscale: #AAAAAA. Windows color (decimal): -15668481 or 16771600. OLE color: 16771600.
HSL color Cylindrical-coordinate representation of color #10EAFF: hue angle of 185.27º 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 #10EAFF is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 234 | 255 | - |
| CMYK | 0.94 | 0.08 | 0 | 0 |
| HSL | 185.27º | 1% | 0.53% | - |
| HSV(B) | 185.27º | 0.94% | 1% | - |
| XYZ | 47.69 | 66.18 | 104.87 | - |
| YUV | 171.21 | 175.28 | 17.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 234 | 255 | 0.94 | 0.08 | 0 | 0 | 185.27 | 1 | 0.53 |
| Hex | 10 | EA | FF | 5E | 8 | 0 | 0 | B9 | 64 | 35 |
| Octal | 20 | 352 | 377 | 136 | 10 | 0 | 0 | 271 | 144 | 65 |
| Binary | 10000 | 11101010 | 11111111 | 1011110 | 1000 | 0 | 0 | 10111001 | 1100100 | 110101 |
Color Harmonies of #10EAFF
Complementary color
Monochromatic Colors of #10EAFF
Black with #10EAFF
Text Example
Text Example
White with #10EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EAFF; }
p { color: rgb(16,234,255); }
H1.HeaderClassName
{
color: #10EAFF;
}
.AnyTagClassName
{
color: #10EAFF;
}
</style>
background-color css
<style>
a { background-color: #10EAFF; }
a { background-color: rgb(16,234,255); }
div.DivClassName
{
background-color: #10EAFF;
}
.BgClassName
{
background-color: #10EAFF;
}
</style>
border-color css
<style>
span { border-color: #10EAFF; }
span { border-color: rgb(16,234,255); }
td.TdClassName
{
border-color: #10EAFF;
}
.TagClassName
{
border-color: #10EAFF;
}
</style>