Shades of Aqua #10F0FF
Tints of Aqua #10F0FF
RGB
CMYK
RGB Variations
Color information
#10F0FF (or 0x10F0FF) is known color: Aqua. HEX triplet: 10, F0 and FF. RGB value is (16,240,255). Sum of RGB (Red+Green+Blue) = 16+240+255=511 (67% of max value = 765). Red value is 16 (6.64% from 255 or 3.13% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #10F0FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10F0FF is #EF0F00. Grayscale: #AEAEAE. Windows color (decimal): -15666945 or 16773136. OLE color: 16773136.
HSL color Cylindrical-coordinate representation of color #10F0FF: hue angle of 183.77º 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 #10F0FF is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 240 | 255 | - |
| CMYK | 0.94 | 0.06 | 0 | 0 |
| HSL | 183.77º | 1% | 0.53% | - |
| HSV(B) | 183.77º | 0.94% | 1% | - |
| XYZ | 49.42 | 69.65 | 105.45 | - |
| YUV | 174.73 | 173.29 | 14.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 240 | 255 | 0.94 | 0.06 | 0 | 0 | 183.77 | 1 | 0.53 |
| Hex | 10 | F0 | FF | 5E | 6 | 0 | 0 | B8 | 64 | 35 |
| Octal | 20 | 360 | 377 | 136 | 6 | 0 | 0 | 270 | 144 | 65 |
| Binary | 10000 | 11110000 | 11111111 | 1011110 | 110 | 0 | 0 | 10111000 | 1100100 | 110101 |
Color Harmonies of #10F0FF
Complementary color
Monochromatic Colors of #10F0FF
Black with #10F0FF
Text Example
Text Example
White with #10F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F0FF; }
p { color: rgb(16,240,255); }
H1.HeaderClassName
{
color: #10F0FF;
}
.AnyTagClassName
{
color: #10F0FF;
}
</style>
background-color css
<style>
a { background-color: #10F0FF; }
a { background-color: rgb(16,240,255); }
div.DivClassName
{
background-color: #10F0FF;
}
.BgClassName
{
background-color: #10F0FF;
}
</style>
border-color css
<style>
span { border-color: #10F0FF; }
span { border-color: rgb(16,240,255); }
td.TdClassName
{
border-color: #10F0FF;
}
.TagClassName
{
border-color: #10F0FF;
}
</style>