Shades of Aqua #10E5FB
Tints of Aqua #10E5FB
RGB
CMYK
RGB Variations
Color information
#10E5FB (or 0x10E5FB) is known color: Aqua. HEX triplet: 10, E5 and FB. RGB value is (16,229,251). Sum of RGB (Red+Green+Blue) = 16+229+251=496 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.23% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #10E5FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10E5FB is #EF1A04. Grayscale: #A7A7A7. Windows color (decimal): -15669765 or 16508176. OLE color: 16508176.
HSL color Cylindrical-coordinate representation of color #10E5FB: hue angle of 185.62º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10E5FB is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 229 | 251 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.02 |
| HSL | 185.62º | 0.97% | 0.52% | - |
| HSV(B) | 185.62º | 0.94% | 0.98% | - |
| XYZ | 45.65 | 63.11 | 101.04 | - |
| YUV | 167.82 | 174.93 | 19.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 229 | 251 | 0.94 | 0.09 | 0 | 0.02 | 185.62 | 0.97 | 0.52 |
| Hex | 10 | E5 | FB | 5E | 9 | 0 | 2 | BA | 61 | 34 |
| Octal | 20 | 345 | 373 | 136 | 11 | 0 | 2 | 272 | 141 | 64 |
| Binary | 10000 | 11100101 | 11111011 | 1011110 | 1001 | 0 | 10 | 10111010 | 1100001 | 110100 |
Color Harmonies of #10E5FB
Complementary color
Monochromatic Colors of #10E5FB
Black with #10E5FB
Text Example
Text Example
White with #10E5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E5FB; }
p { color: rgb(16,229,251); }
H1.HeaderClassName
{
color: #10E5FB;
}
.AnyTagClassName
{
color: #10E5FB;
}
</style>
background-color css
<style>
a { background-color: #10E5FB; }
a { background-color: rgb(16,229,251); }
div.DivClassName
{
background-color: #10E5FB;
}
.BgClassName
{
background-color: #10E5FB;
}
</style>
border-color css
<style>
span { border-color: #10E5FB; }
span { border-color: rgb(16,229,251); }
td.TdClassName
{
border-color: #10E5FB;
}
.TagClassName
{
border-color: #10E5FB;
}
</style>