Shades of Aqua #0AFDFF
Tints of Aqua #0AFDFF
RGB
CMYK
RGB Variations
Color information
#0AFDFF (or 0x0AFDFF) is known color: Aqua. HEX triplet: 0A, FD and FF. RGB value is (10,253,255). Sum of RGB (Red+Green+Blue) = 10+253+255=518 (68% of max value = 765). Red value is 10 (4.30% from 255 or 1.93% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AFDFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AFDFF is #F50200. Grayscale: #B4B4B4. Windows color (decimal): -16056833 or 16776458. OLE color: 16776458.
HSL color Cylindrical-coordinate representation of color #0AFDFF: hue angle of 180.49º 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 #0AFDFF is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 253 | 255 | - |
| CMYK | 0.96 | 0.01 | 0 | 0 |
| HSL | 180.49º | 1% | 0.52% | - |
| HSV(B) | 180.49º | 0.96% | 1% | - |
| XYZ | 53.3 | 77.54 | 106.76 | - |
| YUV | 180.57 | 169.99 | 6.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 253 | 255 | 0.96 | 0.01 | 0 | 0 | 180.49 | 1 | 0.52 |
| Hex | A | FD | FF | 60 | 1 | 0 | 0 | B4 | 64 | 34 |
| Octal | 12 | 375 | 377 | 140 | 1 | 0 | 0 | 264 | 144 | 64 |
| Binary | 1010 | 11111101 | 11111111 | 1100000 | 1 | 0 | 0 | 10110100 | 1100100 | 110100 |
Color Harmonies of #0AFDFF
Complementary color
Monochromatic Colors of #0AFDFF
Black with #0AFDFF
Text Example
Text Example
White with #0AFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFDFF; }
p { color: rgb(10,253,255); }
H1.HeaderClassName
{
color: #0AFDFF;
}
.AnyTagClassName
{
color: #0AFDFF;
}
</style>
background-color css
<style>
a { background-color: #0AFDFF; }
a { background-color: rgb(10,253,255); }
div.DivClassName
{
background-color: #0AFDFF;
}
.BgClassName
{
background-color: #0AFDFF;
}
</style>
border-color css
<style>
span { border-color: #0AFDFF; }
span { border-color: rgb(10,253,255); }
td.TdClassName
{
border-color: #0AFDFF;
}
.TagClassName
{
border-color: #0AFDFF;
}
</style>