Shades of Aqua #0AFBEF
Tints of Aqua #0AFBEF
RGB
CMYK
RGB Variations
Color information
#0AFBEF (or 0x0AFBEF) is known color: Aqua. HEX triplet: 0A, FB and EF. RGB value is (10,251,239). Sum of RGB (Red+Green+Blue) = 10+251+239=500 (66% of max value = 765). Red value is 10 (4.30% from 255 or 2% from 500); Green value is 251 (98.44% from 255 or 50.2% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFBEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AFBEF is #F50410. Grayscale: #B1B1B1. Windows color (decimal): -16057361 or 15727370. OLE color: 15727370.
HSL color Cylindrical-coordinate representation of color #0AFBEF: hue angle of 177.01º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFBEF is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 251 | 239 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.02 |
| HSL | 177.01º | 0.97% | 0.51% | - |
| HSV(B) | 177.01º | 0.96% | 0.98% | - |
| XYZ | 50.2 | 75.29 | 93.55 | - |
| YUV | 177.57 | 162.66 | 8.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 239 | 0.96 | 0 | 0.05 | 0.02 | 177.01 | 0.97 | 0.51 |
| Hex | A | FB | EF | 60 | 0 | 5 | 2 | B1 | 61 | 33 |
| Octal | 12 | 373 | 357 | 140 | 0 | 5 | 2 | 261 | 141 | 63 |
| Binary | 1010 | 11111011 | 11101111 | 1100000 | 0 | 101 | 10 | 10110001 | 1100001 | 110011 |
Color Harmonies of #0AFBEF
Complementary color
Monochromatic Colors of #0AFBEF
Black with #0AFBEF
Text Example
Text Example
White with #0AFBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFBEF; }
p { color: rgb(10,251,239); }
H1.HeaderClassName
{
color: #0AFBEF;
}
.AnyTagClassName
{
color: #0AFBEF;
}
</style>
background-color css
<style>
a { background-color: #0AFBEF; }
a { background-color: rgb(10,251,239); }
div.DivClassName
{
background-color: #0AFBEF;
}
.BgClassName
{
background-color: #0AFBEF;
}
</style>
border-color css
<style>
span { border-color: #0AFBEF; }
span { border-color: rgb(10,251,239); }
td.TdClassName
{
border-color: #0AFBEF;
}
.TagClassName
{
border-color: #0AFBEF;
}
</style>