Shades of Aqua #10ECFF
Tints of Aqua #10ECFF
RGB
CMYK
RGB Variations
Color information
#10ECFF (or 0x10ECFF) is known color: Aqua. HEX triplet: 10, EC and FF. RGB value is (16,236,255). Sum of RGB (Red+Green+Blue) = 16+236+255=507 (67% of max value = 765). Red value is 16 (6.64% from 255 or 3.16% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #10ECFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10ECFF is #EF1300. Grayscale: #ACACAC. Windows color (decimal): -15667969 or 16772112. OLE color: 16772112.
HSL color Cylindrical-coordinate representation of color #10ECFF: hue angle of 184.77º 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 #10ECFF is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 236 | 255 | - |
| CMYK | 0.94 | 0.07 | 0 | 0 |
| HSL | 184.77º | 1% | 0.53% | - |
| HSV(B) | 184.77º | 0.94% | 1% | - |
| XYZ | 48.26 | 67.32 | 105.06 | - |
| YUV | 172.39 | 174.61 | 16.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 236 | 255 | 0.94 | 0.07 | 0 | 0 | 184.77 | 1 | 0.53 |
| Hex | 10 | EC | FF | 5E | 7 | 0 | 0 | B9 | 64 | 35 |
| Octal | 20 | 354 | 377 | 136 | 7 | 0 | 0 | 271 | 144 | 65 |
| Binary | 10000 | 11101100 | 11111111 | 1011110 | 111 | 0 | 0 | 10111001 | 1100100 | 110101 |
Color Harmonies of #10ECFF
Complementary color
Monochromatic Colors of #10ECFF
Black with #10ECFF
Text Example
Text Example
White with #10ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ECFF; }
p { color: rgb(16,236,255); }
H1.HeaderClassName
{
color: #10ECFF;
}
.AnyTagClassName
{
color: #10ECFF;
}
</style>
background-color css
<style>
a { background-color: #10ECFF; }
a { background-color: rgb(16,236,255); }
div.DivClassName
{
background-color: #10ECFF;
}
.BgClassName
{
background-color: #10ECFF;
}
</style>
border-color css
<style>
span { border-color: #10ECFF; }
span { border-color: rgb(16,236,255); }
td.TdClassName
{
border-color: #10ECFF;
}
.TagClassName
{
border-color: #10ECFF;
}
</style>