Shades of Aqua #0AFEFF
Tints of Aqua #0AFEFF
RGB
CMYK
RGB Variations
Color information
#0AFEFF (or 0x0AFEFF) is known color: Aqua. HEX triplet: 0A, FE and FF. RGB value is (10,254,255). Sum of RGB (Red+Green+Blue) = 10+254+255=519 (68% of max value = 765). Red value is 10 (4.30% from 255 or 1.93% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AFEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AFEFF is #F50100. Grayscale: #B4B4B4. Windows color (decimal): -16056577 or 16776714. OLE color: 16776714.
HSL color Cylindrical-coordinate representation of color #0AFEFF: hue angle of 180.24º 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 #0AFEFF is Cyan = 0.96, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 254 | 255 | - |
| CMYK | 0.96 | 0.00 | 0 | 0 |
| HSL | 180.24º | 1% | 0.52% | - |
| HSV(B) | 180.24º | 0.96% | 1% | - |
| XYZ | 53.62 | 78.17 | 106.87 | - |
| YUV | 181.16 | 169.66 | 5.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 254 | 255 | 0.96 | 0.00 | 0 | 0 | 180.24 | 1 | 0.52 |
| Hex | A | FE | FF | 60 | 0 | 0 | 0 | B4 | 64 | 34 |
| Octal | 12 | 376 | 377 | 140 | 0 | 0 | 0 | 264 | 144 | 64 |
| Binary | 1010 | 11111110 | 11111111 | 1100000 | 0 | 0 | 0 | 10110100 | 1100100 | 110100 |
Color Harmonies of #0AFEFF
Complementary color
Monochromatic Colors of #0AFEFF
Black with #0AFEFF
Text Example
Text Example
White with #0AFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFEFF; }
p { color: rgb(10,254,255); }
H1.HeaderClassName
{
color: #0AFEFF;
}
.AnyTagClassName
{
color: #0AFEFF;
}
</style>
background-color css
<style>
a { background-color: #0AFEFF; }
a { background-color: rgb(10,254,255); }
div.DivClassName
{
background-color: #0AFEFF;
}
.BgClassName
{
background-color: #0AFEFF;
}
</style>
border-color css
<style>
span { border-color: #0AFEFF; }
span { border-color: rgb(10,254,255); }
td.TdClassName
{
border-color: #0AFEFF;
}
.TagClassName
{
border-color: #0AFEFF;
}
</style>