Shades of Aqua #10EDF6
Tints of Aqua #10EDF6
RGB
CMYK
RGB Variations
Color information
#10EDF6 (or 0x10EDF6) is known color: Aqua. HEX triplet: 10, ED and F6. RGB value is (16,237,246). Sum of RGB (Red+Green+Blue) = 16+237+246=499 (66% of max value = 765). Red value is 16 (6.64% from 255 or 3.21% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #10EDF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10EDF6 is #EF1209. Grayscale: #ABABAB. Windows color (decimal): -15667722 or 16182544. OLE color: 16182544.
HSL color Cylindrical-coordinate representation of color #10EDF6: hue angle of 182.35º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EDF6 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 237 | 246 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.04 |
| HSL | 182.35º | 0.93% | 0.51% | - |
| HSV(B) | 182.35º | 0.93% | 0.96% | - |
| XYZ | 47.13 | 67.33 | 97.7 | - |
| YUV | 171.95 | 169.78 | 16.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 237 | 246 | 0.93 | 0.04 | 0 | 0.04 | 182.35 | 0.93 | 0.51 |
| Hex | 10 | ED | F6 | 5D | 4 | 0 | 4 | B6 | 5D | 33 |
| Octal | 20 | 355 | 366 | 135 | 4 | 0 | 4 | 266 | 135 | 63 |
| Binary | 10000 | 11101101 | 11110110 | 1011101 | 100 | 0 | 100 | 10110110 | 1011101 | 110011 |
Color Harmonies of #10EDF6
Complementary color
Monochromatic Colors of #10EDF6
Black with #10EDF6
Text Example
Text Example
White with #10EDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EDF6; }
p { color: rgb(16,237,246); }
H1.HeaderClassName
{
color: #10EDF6;
}
.AnyTagClassName
{
color: #10EDF6;
}
</style>
background-color css
<style>
a { background-color: #10EDF6; }
a { background-color: rgb(16,237,246); }
div.DivClassName
{
background-color: #10EDF6;
}
.BgClassName
{
background-color: #10EDF6;
}
</style>
border-color css
<style>
span { border-color: #10EDF6; }
span { border-color: rgb(16,237,246); }
td.TdClassName
{
border-color: #10EDF6;
}
.TagClassName
{
border-color: #10EDF6;
}
</style>