Shades of Aqua #10EBF7
Tints of Aqua #10EBF7
RGB
CMYK
RGB Variations
Color information
#10EBF7 (or 0x10EBF7) is known color: Aqua. HEX triplet: 10, EB and F7. RGB value is (16,235,247). Sum of RGB (Red+Green+Blue) = 16+235+247=498 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.21% from 498); Green value is 235 (92.19% from 255 or 47.19% from 498); Blue value is 247 (96.88% from 255 or 49.60% from 498); Max value from RGB is 247 - color contains mainly: blue. Hex color #10EBF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10EBF7 is #EF1408. Grayscale: #AAAAAA. Windows color (decimal): -15668233 or 16247568. OLE color: 16247568.
HSL color Cylindrical-coordinate representation of color #10EBF7: hue angle of 183.12º 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 #10EBF7 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 235 | 247 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.03 |
| HSL | 183.12º | 0.94% | 0.52% | - |
| HSV(B) | 183.12º | 0.94% | 0.97% | - |
| XYZ | 46.71 | 66.24 | 98.32 | - |
| YUV | 170.89 | 170.95 | 17.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 235 | 247 | 0.94 | 0.05 | 0 | 0.03 | 183.12 | 0.94 | 0.52 |
| Hex | 10 | EB | F7 | 5E | 5 | 0 | 3 | B7 | 5E | 34 |
| Octal | 20 | 353 | 367 | 136 | 5 | 0 | 3 | 267 | 136 | 64 |
| Binary | 10000 | 11101011 | 11110111 | 1011110 | 101 | 0 | 11 | 10110111 | 1011110 | 110100 |
Color Harmonies of #10EBF7
Complementary color
Monochromatic Colors of #10EBF7
Black with #10EBF7
Text Example
Text Example
White with #10EBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EBF7; }
p { color: rgb(16,235,247); }
H1.HeaderClassName
{
color: #10EBF7;
}
.AnyTagClassName
{
color: #10EBF7;
}
</style>
background-color css
<style>
a { background-color: #10EBF7; }
a { background-color: rgb(16,235,247); }
div.DivClassName
{
background-color: #10EBF7;
}
.BgClassName
{
background-color: #10EBF7;
}
</style>
border-color css
<style>
span { border-color: #10EBF7; }
span { border-color: rgb(16,235,247); }
td.TdClassName
{
border-color: #10EBF7;
}
.TagClassName
{
border-color: #10EBF7;
}
</style>