Shades of Aqua #0AF1FD
Tints of Aqua #0AF1FD
RGB
CMYK
RGB Variations
Color information
#0AF1FD (or 0x0AF1FD) is known color: Aqua. HEX triplet: 0A, F1 and FD. RGB value is (10,241,253). Sum of RGB (Red+Green+Blue) = 10+241+253=504 (66% of max value = 765). Red value is 10 (4.30% from 255 or 1.98% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #0AF1FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF1FD is #F50E02. Grayscale: #ADADAD. Windows color (decimal): -16059907 or 16642314. OLE color: 16642314.
HSL color Cylindrical-coordinate representation of color #0AF1FD: hue angle of 182.96º 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 #0AF1FD is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 241 | 253 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.01 |
| HSL | 182.96º | 0.98% | 0.52% | - |
| HSV(B) | 182.96º | 0.96% | 0.99% | - |
| XYZ | 49.31 | 70.07 | 103.85 | - |
| YUV | 173.3 | 172.97 | 11.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 253 | 0.96 | 0.05 | 0 | 0.01 | 182.96 | 0.98 | 0.52 |
| Hex | A | F1 | FD | 60 | 5 | 0 | 1 | B7 | 62 | 34 |
| Octal | 12 | 361 | 375 | 140 | 5 | 0 | 1 | 267 | 142 | 64 |
| Binary | 1010 | 11110001 | 11111101 | 1100000 | 101 | 0 | 1 | 10110111 | 1100010 | 110100 |
Color Harmonies of #0AF1FD
Complementary color
Monochromatic Colors of #0AF1FD
Black with #0AF1FD
Text Example
Text Example
White with #0AF1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF1FD; }
p { color: rgb(10,241,253); }
H1.HeaderClassName
{
color: #0AF1FD;
}
.AnyTagClassName
{
color: #0AF1FD;
}
</style>
background-color css
<style>
a { background-color: #0AF1FD; }
a { background-color: rgb(10,241,253); }
div.DivClassName
{
background-color: #0AF1FD;
}
.BgClassName
{
background-color: #0AF1FD;
}
</style>
border-color css
<style>
span { border-color: #0AF1FD; }
span { border-color: rgb(10,241,253); }
td.TdClassName
{
border-color: #0AF1FD;
}
.TagClassName
{
border-color: #0AF1FD;
}
</style>