Shades of Aqua #0AF3FF
Tints of Aqua #0AF3FF
RGB
CMYK
RGB Variations
Color information
#0AF3FF (or 0x0AF3FF) is known color: Aqua. HEX triplet: 0A, F3 and FF. RGB value is (10,243,255). Sum of RGB (Red+Green+Blue) = 10+243+255=508 (67% of max value = 765). Red value is 10 (4.30% from 255 or 1.97% from 508); Green value is 243 (95.31% from 255 or 47.83% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #0AF3FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF3FF is #F50C00. Grayscale: #AEAEAE. Windows color (decimal): -16059393 or 16773898. OLE color: 16773898.
HSL color Cylindrical-coordinate representation of color #0AF3FF: hue angle of 182.94º 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 #0AF3FF is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 243 | 255 | - |
| CMYK | 0.96 | 0.05 | 0 | 0 |
| HSL | 182.94º | 1% | 0.52% | - |
| HSV(B) | 182.94º | 0.96% | 1% | - |
| XYZ | 50.23 | 71.39 | 105.74 | - |
| YUV | 174.7 | 173.31 | 10.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 243 | 255 | 0.96 | 0.05 | 0 | 0 | 182.94 | 1 | 0.52 |
| Hex | A | F3 | FF | 60 | 5 | 0 | 0 | B7 | 64 | 34 |
| Octal | 12 | 363 | 377 | 140 | 5 | 0 | 0 | 267 | 144 | 64 |
| Binary | 1010 | 11110011 | 11111111 | 1100000 | 101 | 0 | 0 | 10110111 | 1100100 | 110100 |
Color Harmonies of #0AF3FF
Complementary color
Monochromatic Colors of #0AF3FF
Black with #0AF3FF
Text Example
Text Example
White with #0AF3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF3FF; }
p { color: rgb(10,243,255); }
H1.HeaderClassName
{
color: #0AF3FF;
}
.AnyTagClassName
{
color: #0AF3FF;
}
</style>
background-color css
<style>
a { background-color: #0AF3FF; }
a { background-color: rgb(10,243,255); }
div.DivClassName
{
background-color: #0AF3FF;
}
.BgClassName
{
background-color: #0AF3FF;
}
</style>
border-color css
<style>
span { border-color: #0AF3FF; }
span { border-color: rgb(10,243,255); }
td.TdClassName
{
border-color: #0AF3FF;
}
.TagClassName
{
border-color: #0AF3FF;
}
</style>