Shades of Aqua #0AF2FF
Tints of Aqua #0AF2FF
RGB
CMYK
RGB Variations
Color information
#0AF2FF (or 0x0AF2FF) is known color: Aqua. HEX triplet: 0A, F2 and FF. RGB value is (10,242,255). Sum of RGB (Red+Green+Blue) = 10+242+255=507 (67% of max value = 765). Red value is 10 (4.30% from 255 or 1.97% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AF2FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF2FF is #F50D00. Grayscale: #ADADAD. Windows color (decimal): -16059649 or 16773642. OLE color: 16773642.
HSL color Cylindrical-coordinate representation of color #0AF2FF: hue angle of 183.18º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF2FF is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 242 | 255 | - |
| CMYK | 0.96 | 0.05 | 0 | 0 |
| HSL | 183.18º | 1% | 0.52% | - |
| HSV(B) | 183.18º | 0.96% | 1% | - |
| XYZ | 49.93 | 70.79 | 105.64 | - |
| YUV | 174.11 | 173.64 | 10.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 242 | 255 | 0.96 | 0.05 | 0 | 0 | 183.18 | 1 | 0.52 |
| Hex | A | F2 | FF | 60 | 5 | 0 | 0 | B7 | 64 | 34 |
| Octal | 12 | 362 | 377 | 140 | 5 | 0 | 0 | 267 | 144 | 64 |
| Binary | 1010 | 11110010 | 11111111 | 1100000 | 101 | 0 | 0 | 10110111 | 1100100 | 110100 |
Color Harmonies of #0AF2FF
Complementary color
Monochromatic Colors of #0AF2FF
Black with #0AF2FF
Text Example
Text Example
White with #0AF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF2FF; }
p { color: rgb(10,242,255); }
H1.HeaderClassName
{
color: #0AF2FF;
}
.AnyTagClassName
{
color: #0AF2FF;
}
</style>
background-color css
<style>
a { background-color: #0AF2FF; }
a { background-color: rgb(10,242,255); }
div.DivClassName
{
background-color: #0AF2FF;
}
.BgClassName
{
background-color: #0AF2FF;
}
</style>
border-color css
<style>
span { border-color: #0AF2FF; }
span { border-color: rgb(10,242,255); }
td.TdClassName
{
border-color: #0AF2FF;
}
.TagClassName
{
border-color: #0AF2FF;
}
</style>