Shades of Aqua #0AFEEE
Tints of Aqua #0AFEEE
RGB
CMYK
RGB Variations
Color information
#0AFEEE (or 0x0AFEEE) is known color: Aqua. HEX triplet: 0A, FE and EE. RGB value is (10,254,238). Sum of RGB (Red+Green+Blue) = 10+254+238=502 (66% of max value = 765). Red value is 10 (4.30% from 255 or 1.99% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFEEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AFEEE is #F50111. Grayscale: #B3B3B3. Windows color (decimal): -16056594 or 15662602. OLE color: 15662602.
HSL color Cylindrical-coordinate representation of color #0AFEEE: hue angle of 176.07º 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 #0AFEEE is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 254 | 238 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.00 |
| HSL | 176.07º | 0.99% | 0.52% | - |
| HSV(B) | 176.07º | 0.96% | 1% | - |
| XYZ | 51 | 77.12 | 93.09 | - |
| YUV | 179.22 | 161.16 | 7.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 254 | 238 | 0.96 | 0 | 0.06 | 0.00 | 176.07 | 0.99 | 0.52 |
| Hex | A | FE | EE | 60 | 0 | 6 | 0 | B0 | 63 | 34 |
| Octal | 12 | 376 | 356 | 140 | 0 | 6 | 0 | 260 | 143 | 64 |
| Binary | 1010 | 11111110 | 11101110 | 1100000 | 0 | 110 | 0 | 10110000 | 1100011 | 110100 |
Color Harmonies of #0AFEEE
Complementary color
Monochromatic Colors of #0AFEEE
Black with #0AFEEE
Text Example
Text Example
White with #0AFEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFEEE; }
p { color: rgb(10,254,238); }
H1.HeaderClassName
{
color: #0AFEEE;
}
.AnyTagClassName
{
color: #0AFEEE;
}
</style>
background-color css
<style>
a { background-color: #0AFEEE; }
a { background-color: rgb(10,254,238); }
div.DivClassName
{
background-color: #0AFEEE;
}
.BgClassName
{
background-color: #0AFEEE;
}
</style>
border-color css
<style>
span { border-color: #0AFEEE; }
span { border-color: rgb(10,254,238); }
td.TdClassName
{
border-color: #0AFEEE;
}
.TagClassName
{
border-color: #0AFEEE;
}
</style>