Shades of Aqua #10E2FE
Tints of Aqua #10E2FE
RGB
CMYK
RGB Variations
Color information
#10E2FE (or 0x10E2FE) is known color: Aqua. HEX triplet: 10, E2 and FE. RGB value is (16,226,254). Sum of RGB (Red+Green+Blue) = 16+226+254=496 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.23% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #10E2FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10E2FE is #EF1D01. Grayscale: #A6A6A6. Windows color (decimal): -15670530 or 16704016. OLE color: 16704016.
HSL color Cylindrical-coordinate representation of color #10E2FE: hue angle of 187.06º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10E2FE is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 226 | 254 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.00 |
| HSL | 187.06º | 0.99% | 0.53% | - |
| HSV(B) | 187.06º | 0.94% | 1% | - |
| XYZ | 45.3 | 61.66 | 103.28 | - |
| YUV | 166.4 | 177.43 | 20.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 226 | 254 | 0.94 | 0.11 | 0 | 0.00 | 187.06 | 0.99 | 0.53 |
| Hex | 10 | E2 | FE | 5E | B | 0 | 0 | BB | 63 | 35 |
| Octal | 20 | 342 | 376 | 136 | 13 | 0 | 0 | 273 | 143 | 65 |
| Binary | 10000 | 11100010 | 11111110 | 1011110 | 1011 | 0 | 0 | 10111011 | 1100011 | 110101 |
Color Harmonies of #10E2FE
Complementary color
Monochromatic Colors of #10E2FE
Black with #10E2FE
Text Example
Text Example
White with #10E2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E2FE; }
p { color: rgb(16,226,254); }
H1.HeaderClassName
{
color: #10E2FE;
}
.AnyTagClassName
{
color: #10E2FE;
}
</style>
background-color css
<style>
a { background-color: #10E2FE; }
a { background-color: rgb(16,226,254); }
div.DivClassName
{
background-color: #10E2FE;
}
.BgClassName
{
background-color: #10E2FE;
}
</style>
border-color css
<style>
span { border-color: #10E2FE; }
span { border-color: rgb(16,226,254); }
td.TdClassName
{
border-color: #10E2FE;
}
.TagClassName
{
border-color: #10E2FE;
}
</style>