Shades of Aqua #0AFEEF
Tints of Aqua #0AFEEF
RGB
CMYK
RGB Variations
Color information
#0AFEEF (or 0x0AFEEF) is known color: Aqua. HEX triplet: 0A, FE and EF. RGB value is (10,254,239). Sum of RGB (Red+Green+Blue) = 10+254+239=503 (66% of max value = 765). Red value is 10 (4.30% from 255 or 1.99% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFEEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AFEEF is #F50110. Grayscale: #B3B3B3. Windows color (decimal): -16056593 or 15728138. OLE color: 15728138.
HSL color Cylindrical-coordinate representation of color #0AFEEF: hue angle of 176.31º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFEEF is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 254 | 239 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.00 |
| HSL | 176.31º | 0.99% | 0.52% | - |
| HSV(B) | 176.31º | 0.96% | 1% | - |
| XYZ | 51.15 | 77.18 | 93.86 | - |
| YUV | 179.33 | 161.66 | 7.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 254 | 239 | 0.96 | 0 | 0.06 | 0.00 | 176.31 | 0.99 | 0.52 |
| Hex | A | FE | EF | 60 | 0 | 6 | 0 | B0 | 63 | 34 |
| Octal | 12 | 376 | 357 | 140 | 0 | 6 | 0 | 260 | 143 | 64 |
| Binary | 1010 | 11111110 | 11101111 | 1100000 | 0 | 110 | 0 | 10110000 | 1100011 | 110100 |
Color Harmonies of #0AFEEF
Complementary color
Monochromatic Colors of #0AFEEF
Black with #0AFEEF
Text Example
Text Example
White with #0AFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFEEF; }
p { color: rgb(10,254,239); }
H1.HeaderClassName
{
color: #0AFEEF;
}
.AnyTagClassName
{
color: #0AFEEF;
}
</style>
background-color css
<style>
a { background-color: #0AFEEF; }
a { background-color: rgb(10,254,239); }
div.DivClassName
{
background-color: #0AFEEF;
}
.BgClassName
{
background-color: #0AFEEF;
}
</style>
border-color css
<style>
span { border-color: #0AFEEF; }
span { border-color: rgb(10,254,239); }
td.TdClassName
{
border-color: #0AFEEF;
}
.TagClassName
{
border-color: #0AFEEF;
}
</style>