Shades of Aqua #10EFF7
Tints of Aqua #10EFF7
RGB
CMYK
RGB Variations
Color information
#10EFF7 (or 0x10EFF7) is known color: Aqua. HEX triplet: 10, EF and F7. RGB value is (16,239,247). Sum of RGB (Red+Green+Blue) = 16+239+247=502 (66% of max value = 765). Red value is 16 (6.64% from 255 or 3.19% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 247 - color contains mainly: blue. Hex color #10EFF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10EFF7 is #EF1008. Grayscale: #ACACAC. Windows color (decimal): -15667209 or 16248592. OLE color: 16248592.
HSL color Cylindrical-coordinate representation of color #10EFF7: hue angle of 182.08º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10EFF7 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 239 | 247 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.03 |
| HSL | 182.08º | 0.94% | 0.52% | - |
| HSV(B) | 182.08º | 0.94% | 0.97% | - |
| XYZ | 47.87 | 68.56 | 98.71 | - |
| YUV | 173.24 | 169.62 | 15.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 239 | 247 | 0.94 | 0.03 | 0 | 0.03 | 182.08 | 0.94 | 0.52 |
| Hex | 10 | EF | F7 | 5E | 3 | 0 | 3 | B6 | 5E | 34 |
| Octal | 20 | 357 | 367 | 136 | 3 | 0 | 3 | 266 | 136 | 64 |
| Binary | 10000 | 11101111 | 11110111 | 1011110 | 11 | 0 | 11 | 10110110 | 1011110 | 110100 |
Color Harmonies of #10EFF7
Complementary color
Monochromatic Colors of #10EFF7
Black with #10EFF7
Text Example
Text Example
White with #10EFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EFF7; }
p { color: rgb(16,239,247); }
H1.HeaderClassName
{
color: #10EFF7;
}
.AnyTagClassName
{
color: #10EFF7;
}
</style>
background-color css
<style>
a { background-color: #10EFF7; }
a { background-color: rgb(16,239,247); }
div.DivClassName
{
background-color: #10EFF7;
}
.BgClassName
{
background-color: #10EFF7;
}
</style>
border-color css
<style>
span { border-color: #10EFF7; }
span { border-color: rgb(16,239,247); }
td.TdClassName
{
border-color: #10EFF7;
}
.TagClassName
{
border-color: #10EFF7;
}
</style>