Shades of Aqua #0AFDFE
Tints of Aqua #0AFDFE
RGB
CMYK
RGB Variations
Color information
#0AFDFE (or 0x0AFDFE) is known color: Aqua. HEX triplet: 0A, FD and FE. RGB value is (10,253,254). Sum of RGB (Red+Green+Blue) = 10+253+254=517 (68% of max value = 765). Red value is 10 (4.30% from 255 or 1.93% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #0AFDFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AFDFE is #F50201. Grayscale: #B4B4B4. Windows color (decimal): -16056834 or 16710922. OLE color: 16710922.
HSL color Cylindrical-coordinate representation of color #0AFDFE: hue angle of 180.25º 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 #0AFDFE is Cyan = 0.96, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 253 | 254 | - |
| CMYK | 0.96 | 0.00 | 0 | 0.00 |
| HSL | 180.25º | 0.99% | 0.52% | - |
| HSV(B) | 180.25º | 0.96% | 1% | - |
| XYZ | 53.14 | 77.47 | 105.92 | - |
| YUV | 180.46 | 169.49 | 6.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 253 | 254 | 0.96 | 0.00 | 0 | 0.00 | 180.25 | 0.99 | 0.52 |
| Hex | A | FD | FE | 60 | 0 | 0 | 0 | B4 | 63 | 34 |
| Octal | 12 | 375 | 376 | 140 | 0 | 0 | 0 | 264 | 143 | 64 |
| Binary | 1010 | 11111101 | 11111110 | 1100000 | 0 | 0 | 0 | 10110100 | 1100011 | 110100 |
Color Harmonies of #0AFDFE
Complementary color
Monochromatic Colors of #0AFDFE
Black with #0AFDFE
Text Example
Text Example
White with #0AFDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFDFE; }
p { color: rgb(10,253,254); }
H1.HeaderClassName
{
color: #0AFDFE;
}
.AnyTagClassName
{
color: #0AFDFE;
}
</style>
background-color css
<style>
a { background-color: #0AFDFE; }
a { background-color: rgb(10,253,254); }
div.DivClassName
{
background-color: #0AFDFE;
}
.BgClassName
{
background-color: #0AFDFE;
}
</style>
border-color css
<style>
span { border-color: #0AFDFE; }
span { border-color: rgb(10,253,254); }
td.TdClassName
{
border-color: #0AFDFE;
}
.TagClassName
{
border-color: #0AFDFE;
}
</style>