Shades of Aqua #10F5FF
Tints of Aqua #10F5FF
RGB
CMYK
RGB Variations
Color information
#10F5FF (or 0x10F5FF) is known color: Aqua. HEX triplet: 10, F5 and FF. RGB value is (16,245,255). Sum of RGB (Red+Green+Blue) = 16+245+255=516 (68% of max value = 765). Red value is 16 (6.64% from 255 or 3.10% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #10F5FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10F5FF is #EF0A00. Grayscale: #B1B1B1. Windows color (decimal): -15665665 or 16774416. OLE color: 16774416.
HSL color Cylindrical-coordinate representation of color #10F5FF: hue angle of 182.51º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F5FF is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 245 | 255 | - |
| CMYK | 0.94 | 0.04 | 0 | 0 |
| HSL | 182.51º | 1% | 0.53% | - |
| HSV(B) | 182.51º | 0.94% | 1% | - |
| XYZ | 50.92 | 72.63 | 105.94 | - |
| YUV | 177.67 | 171.63 | 12.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 245 | 255 | 0.94 | 0.04 | 0 | 0 | 182.51 | 1 | 0.53 |
| Hex | 10 | F5 | FF | 5E | 4 | 0 | 0 | B7 | 64 | 35 |
| Octal | 20 | 365 | 377 | 136 | 4 | 0 | 0 | 267 | 144 | 65 |
| Binary | 10000 | 11110101 | 11111111 | 1011110 | 100 | 0 | 0 | 10110111 | 1100100 | 110101 |
Color Harmonies of #10F5FF
Complementary color
Monochromatic Colors of #10F5FF
Black with #10F5FF
Text Example
Text Example
White with #10F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F5FF; }
p { color: rgb(16,245,255); }
H1.HeaderClassName
{
color: #10F5FF;
}
.AnyTagClassName
{
color: #10F5FF;
}
</style>
background-color css
<style>
a { background-color: #10F5FF; }
a { background-color: rgb(16,245,255); }
div.DivClassName
{
background-color: #10F5FF;
}
.BgClassName
{
background-color: #10F5FF;
}
</style>
border-color css
<style>
span { border-color: #10F5FF; }
span { border-color: rgb(16,245,255); }
td.TdClassName
{
border-color: #10F5FF;
}
.TagClassName
{
border-color: #10F5FF;
}
</style>