Shades of Aqua #0AEBFC
Tints of Aqua #0AEBFC
RGB
CMYK
RGB Variations
Color information
#0AEBFC (or 0x0AEBFC) is known color: Aqua. HEX triplet: 0A, EB and FC. RGB value is (10,235,252). Sum of RGB (Red+Green+Blue) = 10+235+252=497 (65% of max value = 765). Red value is 10 (4.30% from 255 or 2.01% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #0AEBFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AEBFC is #F51403. Grayscale: #A9A9A9. Windows color (decimal): -16061444 or 16575242. OLE color: 16575242.
HSL color Cylindrical-coordinate representation of color #0AEBFC: hue angle of 184.21º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEBFC is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 235 | 252 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.01 |
| HSL | 184.21º | 0.98% | 0.51% | - |
| HSV(B) | 184.21º | 0.96% | 0.99% | - |
| XYZ | 47.4 | 66.51 | 102.43 | - |
| YUV | 169.66 | 174.46 | 14.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 235 | 252 | 0.96 | 0.07 | 0 | 0.01 | 184.21 | 0.98 | 0.51 |
| Hex | A | EB | FC | 60 | 7 | 0 | 1 | B8 | 62 | 33 |
| Octal | 12 | 353 | 374 | 140 | 7 | 0 | 1 | 270 | 142 | 63 |
| Binary | 1010 | 11101011 | 11111100 | 1100000 | 111 | 0 | 1 | 10111000 | 1100010 | 110011 |
Color Harmonies of #0AEBFC
Complementary color
Monochromatic Colors of #0AEBFC
Black with #0AEBFC
Text Example
Text Example
White with #0AEBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEBFC; }
p { color: rgb(10,235,252); }
H1.HeaderClassName
{
color: #0AEBFC;
}
.AnyTagClassName
{
color: #0AEBFC;
}
</style>
background-color css
<style>
a { background-color: #0AEBFC; }
a { background-color: rgb(10,235,252); }
div.DivClassName
{
background-color: #0AEBFC;
}
.BgClassName
{
background-color: #0AEBFC;
}
</style>
border-color css
<style>
span { border-color: #0AEBFC; }
span { border-color: rgb(10,235,252); }
td.TdClassName
{
border-color: #0AEBFC;
}
.TagClassName
{
border-color: #0AEBFC;
}
</style>