Shades of Aqua #0AF1FE
Tints of Aqua #0AF1FE
RGB
CMYK
RGB Variations
Color information
#0AF1FE (or 0x0AF1FE) is known color: Aqua. HEX triplet: 0A, F1 and FE. RGB value is (10,241,254). Sum of RGB (Red+Green+Blue) = 10+241+254=505 (66% of max value = 765). Red value is 10 (4.30% from 255 or 1.98% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #0AF1FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF1FE is #F50E01. Grayscale: #ADADAD. Windows color (decimal): -16059906 or 16707850. OLE color: 16707850.
HSL color Cylindrical-coordinate representation of color #0AF1FE: hue angle of 183.2º 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 #0AF1FE is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 241 | 254 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.00 |
| HSL | 183.2º | 0.99% | 0.52% | - |
| HSV(B) | 183.2º | 0.96% | 1% | - |
| XYZ | 49.47 | 70.13 | 104.7 | - |
| YUV | 173.41 | 173.47 | 11.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 241 | 254 | 0.96 | 0.05 | 0 | 0.00 | 183.2 | 0.99 | 0.52 |
| Hex | A | F1 | FE | 60 | 5 | 0 | 0 | B7 | 63 | 34 |
| Octal | 12 | 361 | 376 | 140 | 5 | 0 | 0 | 267 | 143 | 64 |
| Binary | 1010 | 11110001 | 11111110 | 1100000 | 101 | 0 | 0 | 10110111 | 1100011 | 110100 |
Color Harmonies of #0AF1FE
Complementary color
Monochromatic Colors of #0AF1FE
Black with #0AF1FE
Text Example
Text Example
White with #0AF1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF1FE; }
p { color: rgb(10,241,254); }
H1.HeaderClassName
{
color: #0AF1FE;
}
.AnyTagClassName
{
color: #0AF1FE;
}
</style>
background-color css
<style>
a { background-color: #0AF1FE; }
a { background-color: rgb(10,241,254); }
div.DivClassName
{
background-color: #0AF1FE;
}
.BgClassName
{
background-color: #0AF1FE;
}
</style>
border-color css
<style>
span { border-color: #0AF1FE; }
span { border-color: rgb(10,241,254); }
td.TdClassName
{
border-color: #0AF1FE;
}
.TagClassName
{
border-color: #0AF1FE;
}
</style>