Shades of Aqua #10FAFC
Tints of Aqua #10FAFC
RGB
CMYK
RGB Variations
Color information
#10FAFC (or 0x10FAFC) is known color: Aqua. HEX triplet: 10, FA and FC. RGB value is (16,250,252). Sum of RGB (Red+Green+Blue) = 16+250+252=518 (68% of max value = 765). Red value is 16 (6.64% from 255 or 3.09% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #10FAFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10FAFC is #EF0503. Grayscale: #B4B4B4. Windows color (decimal): -15664388 or 16579088. OLE color: 16579088.
HSL color Cylindrical-coordinate representation of color #10FAFC: hue angle of 180.51º 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 #10FAFC is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 250 | 252 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.01 |
| HSL | 180.51º | 0.98% | 0.53% | - |
| HSV(B) | 180.51º | 0.94% | 0.99% | - |
| XYZ | 51.97 | 75.51 | 103.93 | - |
| YUV | 180.26 | 168.48 | 10.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 252 | 0.94 | 0.01 | 0 | 0.01 | 180.51 | 0.98 | 0.53 |
| Hex | 10 | FA | FC | 5E | 1 | 0 | 1 | B5 | 62 | 35 |
| Octal | 20 | 372 | 374 | 136 | 1 | 0 | 1 | 265 | 142 | 65 |
| Binary | 10000 | 11111010 | 11111100 | 1011110 | 1 | 0 | 1 | 10110101 | 1100010 | 110101 |
Color Harmonies of #10FAFC
Complementary color
Monochromatic Colors of #10FAFC
Black with #10FAFC
Text Example
Text Example
White with #10FAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FAFC; }
p { color: rgb(16,250,252); }
H1.HeaderClassName
{
color: #10FAFC;
}
.AnyTagClassName
{
color: #10FAFC;
}
</style>
background-color css
<style>
a { background-color: #10FAFC; }
a { background-color: rgb(16,250,252); }
div.DivClassName
{
background-color: #10FAFC;
}
.BgClassName
{
background-color: #10FAFC;
}
</style>
border-color css
<style>
span { border-color: #10FAFC; }
span { border-color: rgb(16,250,252); }
td.TdClassName
{
border-color: #10FAFC;
}
.TagClassName
{
border-color: #10FAFC;
}
</style>