Shades of Aqua #0AFDEE
Tints of Aqua #0AFDEE
RGB
CMYK
RGB Variations
Color information
#0AFDEE (or 0x0AFDEE) is known color: Aqua. HEX triplet: 0A, FD and EE. RGB value is (10,253,238). Sum of RGB (Red+Green+Blue) = 10+253+238=501 (66% of max value = 765). Red value is 10 (4.30% from 255 or 2.00% from 501); Green value is 253 (99.22% from 255 or 50.50% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 253 - color contains mainly: green. Hex color #0AFDEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AFDEE is #F50211. Grayscale: #B2B2B2. Windows color (decimal): -16056850 or 15662346. OLE color: 15662346.
HSL color Cylindrical-coordinate representation of color #0AFDEE: hue angle of 176.3º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFDEE is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 253 | 238 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.01 |
| HSL | 176.3º | 0.98% | 0.52% | - |
| HSV(B) | 176.3º | 0.96% | 0.99% | - |
| XYZ | 50.68 | 76.49 | 92.98 | - |
| YUV | 178.63 | 161.49 | 7.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 253 | 238 | 0.96 | 0 | 0.06 | 0.01 | 176.3 | 0.98 | 0.52 |
| Hex | A | FD | EE | 60 | 0 | 6 | 1 | B0 | 62 | 34 |
| Octal | 12 | 375 | 356 | 140 | 0 | 6 | 1 | 260 | 142 | 64 |
| Binary | 1010 | 11111101 | 11101110 | 1100000 | 0 | 110 | 1 | 10110000 | 1100010 | 110100 |
Color Harmonies of #0AFDEE
Complementary color
Monochromatic Colors of #0AFDEE
Black with #0AFDEE
Text Example
Text Example
White with #0AFDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFDEE; }
p { color: rgb(10,253,238); }
H1.HeaderClassName
{
color: #0AFDEE;
}
.AnyTagClassName
{
color: #0AFDEE;
}
</style>
background-color css
<style>
a { background-color: #0AFDEE; }
a { background-color: rgb(10,253,238); }
div.DivClassName
{
background-color: #0AFDEE;
}
.BgClassName
{
background-color: #0AFDEE;
}
</style>
border-color css
<style>
span { border-color: #0AFDEE; }
span { border-color: rgb(10,253,238); }
td.TdClassName
{
border-color: #0AFDEE;
}
.TagClassName
{
border-color: #0AFDEE;
}
</style>