Shades of Aqua #10F5FD
Tints of Aqua #10F5FD
RGB
CMYK
RGB Variations
Color information
#10F5FD (or 0x10F5FD) is known color: Aqua. HEX triplet: 10, F5 and FD. RGB value is (16,245,253). Sum of RGB (Red+Green+Blue) = 16+245+253=514 (68% of max value = 765). Red value is 16 (6.64% from 255 or 3.11% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #10F5FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10F5FD is #EF0A02. Grayscale: #B1B1B1. Windows color (decimal): -15665667 or 16643344. OLE color: 16643344.
HSL color Cylindrical-coordinate representation of color #10F5FD: hue angle of 182.03º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F5FD is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 245 | 253 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.01 |
| HSL | 182.03º | 0.98% | 0.53% | - |
| HSV(B) | 182.03º | 0.94% | 0.99% | - |
| XYZ | 50.6 | 72.51 | 104.26 | - |
| YUV | 177.44 | 170.63 | 12.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 245 | 253 | 0.94 | 0.03 | 0 | 0.01 | 182.03 | 0.98 | 0.53 |
| Hex | 10 | F5 | FD | 5E | 3 | 0 | 1 | B6 | 62 | 35 |
| Octal | 20 | 365 | 375 | 136 | 3 | 0 | 1 | 266 | 142 | 65 |
| Binary | 10000 | 11110101 | 11111101 | 1011110 | 11 | 0 | 1 | 10110110 | 1100010 | 110101 |
Color Harmonies of #10F5FD
Complementary color
Monochromatic Colors of #10F5FD
Black with #10F5FD
Text Example
Text Example
White with #10F5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F5FD; }
p { color: rgb(16,245,253); }
H1.HeaderClassName
{
color: #10F5FD;
}
.AnyTagClassName
{
color: #10F5FD;
}
</style>
background-color css
<style>
a { background-color: #10F5FD; }
a { background-color: rgb(16,245,253); }
div.DivClassName
{
background-color: #10F5FD;
}
.BgClassName
{
background-color: #10F5FD;
}
</style>
border-color css
<style>
span { border-color: #10F5FD; }
span { border-color: rgb(16,245,253); }
td.TdClassName
{
border-color: #10F5FD;
}
.TagClassName
{
border-color: #10F5FD;
}
</style>