Shades of Aqua #0AFBFC
Tints of Aqua #0AFBFC
RGB
CMYK
RGB Variations
Color information
#0AFBFC (or 0x0AFBFC) is known color: Aqua. HEX triplet: 0A, FB and FC. RGB value is (10,251,252). Sum of RGB (Red+Green+Blue) = 10+251+252=513 (67% of max value = 765). Red value is 10 (4.30% from 255 or 1.95% from 513); Green value is 251 (98.44% from 255 or 48.93% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #0AFBFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AFBFC is #F50403. Grayscale: #B2B2B2. Windows color (decimal): -16057348 or 16579338. OLE color: 16579338.
HSL color Cylindrical-coordinate representation of color #0AFBFC: hue angle of 180.25º 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 #0AFBFC is Cyan = 0.96, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 251 | 252 | - |
| CMYK | 0.96 | 0.00 | 0 | 0.01 |
| HSL | 180.25º | 0.98% | 0.51% | - |
| HSV(B) | 180.25º | 0.96% | 0.99% | - |
| XYZ | 52.19 | 76.09 | 104.03 | - |
| YUV | 179.06 | 169.16 | 7.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 252 | 0.96 | 0.00 | 0 | 0.01 | 180.25 | 0.98 | 0.51 |
| Hex | A | FB | FC | 60 | 0 | 0 | 1 | B4 | 62 | 33 |
| Octal | 12 | 373 | 374 | 140 | 0 | 0 | 1 | 264 | 142 | 63 |
| Binary | 1010 | 11111011 | 11111100 | 1100000 | 0 | 0 | 1 | 10110100 | 1100010 | 110011 |
Color Harmonies of #0AFBFC
Complementary color
Monochromatic Colors of #0AFBFC
Black with #0AFBFC
Text Example
Text Example
White with #0AFBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFBFC; }
p { color: rgb(10,251,252); }
H1.HeaderClassName
{
color: #0AFBFC;
}
.AnyTagClassName
{
color: #0AFBFC;
}
</style>
background-color css
<style>
a { background-color: #0AFBFC; }
a { background-color: rgb(10,251,252); }
div.DivClassName
{
background-color: #0AFBFC;
}
.BgClassName
{
background-color: #0AFBFC;
}
</style>
border-color css
<style>
span { border-color: #0AFBFC; }
span { border-color: rgb(10,251,252); }
td.TdClassName
{
border-color: #0AFBFC;
}
.TagClassName
{
border-color: #0AFBFC;
}
</style>