Shades of Aqua #10ECFD
Tints of Aqua #10ECFD
RGB
CMYK
RGB Variations
Color information
#10ECFD (or 0x10ECFD) is known color: Aqua. HEX triplet: 10, EC and FD. RGB value is (16,236,253). Sum of RGB (Red+Green+Blue) = 16+236+253=505 (66% of max value = 765). Red value is 16 (6.64% from 255 or 3.17% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #10ECFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10ECFD is #EF1302. Grayscale: #ABABAB. Windows color (decimal): -15667971 or 16641040. OLE color: 16641040.
HSL color Cylindrical-coordinate representation of color #10ECFD: hue angle of 184.3º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10ECFD is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 236 | 253 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.01 |
| HSL | 184.3º | 0.98% | 0.53% | - |
| HSV(B) | 184.3º | 0.94% | 0.99% | - |
| XYZ | 47.94 | 67.19 | 103.37 | - |
| YUV | 172.16 | 173.61 | 16.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 236 | 253 | 0.94 | 0.07 | 0 | 0.01 | 184.3 | 0.98 | 0.53 |
| Hex | 10 | EC | FD | 5E | 7 | 0 | 1 | B8 | 62 | 35 |
| Octal | 20 | 354 | 375 | 136 | 7 | 0 | 1 | 270 | 142 | 65 |
| Binary | 10000 | 11101100 | 11111101 | 1011110 | 111 | 0 | 1 | 10111000 | 1100010 | 110101 |
Color Harmonies of #10ECFD
Complementary color
Monochromatic Colors of #10ECFD
Black with #10ECFD
Text Example
Text Example
White with #10ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ECFD; }
p { color: rgb(16,236,253); }
H1.HeaderClassName
{
color: #10ECFD;
}
.AnyTagClassName
{
color: #10ECFD;
}
</style>
background-color css
<style>
a { background-color: #10ECFD; }
a { background-color: rgb(16,236,253); }
div.DivClassName
{
background-color: #10ECFD;
}
.BgClassName
{
background-color: #10ECFD;
}
</style>
border-color css
<style>
span { border-color: #10ECFD; }
span { border-color: rgb(16,236,253); }
td.TdClassName
{
border-color: #10ECFD;
}
.TagClassName
{
border-color: #10ECFD;
}
</style>