Shades of Aqua #10EFF6
Tints of Aqua #10EFF6
RGB
CMYK
RGB Variations
Color information
#10EFF6 (or 0x10EFF6) is known color: Aqua. HEX triplet: 10, EF and F6. RGB value is (16,239,246). Sum of RGB (Red+Green+Blue) = 16+239+246=501 (66% of max value = 765). Red value is 16 (6.64% from 255 or 3.19% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #10EFF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10EFF6 is #EF1009. Grayscale: #ACACAC. Windows color (decimal): -15667210 or 16183056. OLE color: 16183056.
HSL color Cylindrical-coordinate representation of color #10EFF6: hue angle of 181.83º 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 #10EFF6 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 239 | 246 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.04 |
| HSL | 181.83º | 0.93% | 0.51% | - |
| HSV(B) | 181.83º | 0.93% | 0.96% | - |
| XYZ | 47.71 | 68.5 | 97.9 | - |
| YUV | 173.12 | 169.12 | 15.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 239 | 246 | 0.93 | 0.03 | 0 | 0.04 | 181.83 | 0.93 | 0.51 |
| Hex | 10 | EF | F6 | 5D | 3 | 0 | 4 | B6 | 5D | 33 |
| Octal | 20 | 357 | 366 | 135 | 3 | 0 | 4 | 266 | 135 | 63 |
| Binary | 10000 | 11101111 | 11110110 | 1011101 | 11 | 0 | 100 | 10110110 | 1011101 | 110011 |
Color Harmonies of #10EFF6
Complementary color
Monochromatic Colors of #10EFF6
Black with #10EFF6
Text Example
Text Example
White with #10EFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EFF6; }
p { color: rgb(16,239,246); }
H1.HeaderClassName
{
color: #10EFF6;
}
.AnyTagClassName
{
color: #10EFF6;
}
</style>
background-color css
<style>
a { background-color: #10EFF6; }
a { background-color: rgb(16,239,246); }
div.DivClassName
{
background-color: #10EFF6;
}
.BgClassName
{
background-color: #10EFF6;
}
</style>
border-color css
<style>
span { border-color: #10EFF6; }
span { border-color: rgb(16,239,246); }
td.TdClassName
{
border-color: #10EFF6;
}
.TagClassName
{
border-color: #10EFF6;
}
</style>