Shades of Aqua #10EDFF
Tints of Aqua #10EDFF
RGB
CMYK
RGB Variations
Color information
#10EDFF (or 0x10EDFF) is known color: Aqua. HEX triplet: 10, ED and FF. RGB value is (16,237,255). Sum of RGB (Red+Green+Blue) = 16+237+255=508 (67% of max value = 765). Red value is 16 (6.64% from 255 or 3.15% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #10EDFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10EDFF is #EF1200. Grayscale: #ACACAC. Windows color (decimal): -15667713 or 16772368. OLE color: 16772368.
HSL color Cylindrical-coordinate representation of color #10EDFF: hue angle of 184.52º 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 #10EDFF is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 237 | 255 | - |
| CMYK | 0.94 | 0.07 | 0 | 0 |
| HSL | 184.52º | 1% | 0.53% | - |
| HSV(B) | 184.52º | 0.94% | 1% | - |
| XYZ | 48.55 | 67.9 | 105.15 | - |
| YUV | 172.97 | 174.28 | 16.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 237 | 255 | 0.94 | 0.07 | 0 | 0 | 184.52 | 1 | 0.53 |
| Hex | 10 | ED | FF | 5E | 7 | 0 | 0 | B9 | 64 | 35 |
| Octal | 20 | 355 | 377 | 136 | 7 | 0 | 0 | 271 | 144 | 65 |
| Binary | 10000 | 11101101 | 11111111 | 1011110 | 111 | 0 | 0 | 10111001 | 1100100 | 110101 |
Color Harmonies of #10EDFF
Complementary color
Monochromatic Colors of #10EDFF
Black with #10EDFF
Text Example
Text Example
White with #10EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EDFF; }
p { color: rgb(16,237,255); }
H1.HeaderClassName
{
color: #10EDFF;
}
.AnyTagClassName
{
color: #10EDFF;
}
</style>
background-color css
<style>
a { background-color: #10EDFF; }
a { background-color: rgb(16,237,255); }
div.DivClassName
{
background-color: #10EDFF;
}
.BgClassName
{
background-color: #10EDFF;
}
</style>
border-color css
<style>
span { border-color: #10EDFF; }
span { border-color: rgb(16,237,255); }
td.TdClassName
{
border-color: #10EDFF;
}
.TagClassName
{
border-color: #10EDFF;
}
</style>