Shades of Aqua #0AF0FD
Tints of Aqua #0AF0FD
RGB
CMYK
RGB Variations
Color information
#0AF0FD (or 0x0AF0FD) is known color: Aqua. HEX triplet: 0A, F0 and FD. RGB value is (10,240,253). Sum of RGB (Red+Green+Blue) = 10+240+253=503 (66% of max value = 765). Red value is 10 (4.30% from 255 or 1.99% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #0AF0FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF0FD is #F50F02. Grayscale: #ACACAC. Windows color (decimal): -16060163 or 16642058. OLE color: 16642058.
HSL color Cylindrical-coordinate representation of color #0AF0FD: hue angle of 183.21º 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 #0AF0FD is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 240 | 253 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.01 |
| HSL | 183.21º | 0.98% | 0.52% | - |
| HSV(B) | 183.21º | 0.96% | 0.99% | - |
| XYZ | 49.01 | 69.48 | 103.76 | - |
| YUV | 172.71 | 173.3 | 11.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 240 | 253 | 0.96 | 0.05 | 0 | 0.01 | 183.21 | 0.98 | 0.52 |
| Hex | A | F0 | FD | 60 | 5 | 0 | 1 | B7 | 62 | 34 |
| Octal | 12 | 360 | 375 | 140 | 5 | 0 | 1 | 267 | 142 | 64 |
| Binary | 1010 | 11110000 | 11111101 | 1100000 | 101 | 0 | 1 | 10110111 | 1100010 | 110100 |
Color Harmonies of #0AF0FD
Complementary color
Monochromatic Colors of #0AF0FD
Black with #0AF0FD
Text Example
Text Example
White with #0AF0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF0FD; }
p { color: rgb(10,240,253); }
H1.HeaderClassName
{
color: #0AF0FD;
}
.AnyTagClassName
{
color: #0AF0FD;
}
</style>
background-color css
<style>
a { background-color: #0AF0FD; }
a { background-color: rgb(10,240,253); }
div.DivClassName
{
background-color: #0AF0FD;
}
.BgClassName
{
background-color: #0AF0FD;
}
</style>
border-color css
<style>
span { border-color: #0AF0FD; }
span { border-color: rgb(10,240,253); }
td.TdClassName
{
border-color: #0AF0FD;
}
.TagClassName
{
border-color: #0AF0FD;
}
</style>