Shades of Aqua #0AFFFC
Tints of Aqua #0AFFFC
RGB
CMYK
RGB Variations
Color information
#0AFFFC (or 0x0AFFFC) is known color: Aqua. HEX triplet: 0A, FF and FC. RGB value is (10,255,252). Sum of RGB (Red+Green+Blue) = 10+255+252=517 (68% of max value = 765). Red value is 10 (4.30% from 255 or 1.93% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFFFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AFFFC is #F50003. Grayscale: #B5B5B5. Windows color (decimal): -16056324 or 16580362. OLE color: 16580362.
HSL color Cylindrical-coordinate representation of color #0AFFFC: hue angle of 179.27º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFFFC is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 255 | 252 | - |
| CMYK | 0.96 | 0 | 0.01 | 0 |
| HSL | 179.27º | 1% | 0.52% | - |
| HSV(B) | 179.27º | 0.96% | 1% | - |
| XYZ | 53.46 | 78.61 | 104.45 | - |
| YUV | 181.4 | 167.83 | 5.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 255 | 252 | 0.96 | 0 | 0.01 | 0 | 179.27 | 1 | 0.52 |
| Hex | A | FF | FC | 60 | 0 | 1 | 0 | B3 | 64 | 34 |
| Octal | 12 | 377 | 374 | 140 | 0 | 1 | 0 | 263 | 144 | 64 |
| Binary | 1010 | 11111111 | 11111100 | 1100000 | 0 | 1 | 0 | 10110011 | 1100100 | 110100 |
Color Harmonies of #0AFFFC
Complementary color
Monochromatic Colors of #0AFFFC
Black with #0AFFFC
Text Example
Text Example
White with #0AFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFFFC; }
p { color: rgb(10,255,252); }
H1.HeaderClassName
{
color: #0AFFFC;
}
.AnyTagClassName
{
color: #0AFFFC;
}
</style>
background-color css
<style>
a { background-color: #0AFFFC; }
a { background-color: rgb(10,255,252); }
div.DivClassName
{
background-color: #0AFFFC;
}
.BgClassName
{
background-color: #0AFFFC;
}
</style>
border-color css
<style>
span { border-color: #0AFFFC; }
span { border-color: rgb(10,255,252); }
td.TdClassName
{
border-color: #0AFFFC;
}
.TagClassName
{
border-color: #0AFFFC;
}
</style>