Shades of Aqua #0FFAFE
Tints of Aqua #0FFAFE
RGB
CMYK
RGB Variations
Color information
#0FFAFE (or 0x0FFAFE) is known color: Aqua. HEX triplet: 0F, FA and FE. RGB value is (15,250,254). Sum of RGB (Red+Green+Blue) = 15+250+254=519 (68% of max value = 765). Red value is 15 (6.25% from 255 or 2.89% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FFAFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFAFE is #F00501. Grayscale: #B3B3B3. Windows color (decimal): -15729922 or 16710159. OLE color: 16710159.
HSL color Cylindrical-coordinate representation of color #0FFAFE: hue angle of 181º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFAFE is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 250 | 254 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.00 |
| HSL | 181º | 0.99% | 0.53% | - |
| HSV(B) | 181º | 0.94% | 1% | - |
| XYZ | 52.27 | 75.63 | 105.61 | - |
| YUV | 180.19 | 169.64 | 10.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 254 | 0.94 | 0.02 | 0 | 0.00 | 181 | 0.99 | 0.53 |
| Hex | F | FA | FE | 5E | 2 | 0 | 0 | B5 | 63 | 35 |
| Octal | 17 | 372 | 376 | 136 | 2 | 0 | 0 | 265 | 143 | 65 |
| Binary | 1111 | 11111010 | 11111110 | 1011110 | 10 | 0 | 0 | 10110101 | 1100011 | 110101 |
Color Harmonies of #0FFAFE
Complementary color
Monochromatic Colors of #0FFAFE
Black with #0FFAFE
Text Example
Text Example
White with #0FFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFAFE; }
p { color: rgb(15,250,254); }
H1.HeaderClassName
{
color: #0FFAFE;
}
.AnyTagClassName
{
color: #0FFAFE;
}
</style>
background-color css
<style>
a { background-color: #0FFAFE; }
a { background-color: rgb(15,250,254); }
div.DivClassName
{
background-color: #0FFAFE;
}
.BgClassName
{
background-color: #0FFAFE;
}
</style>
border-color css
<style>
span { border-color: #0FFAFE; }
span { border-color: rgb(15,250,254); }
td.TdClassName
{
border-color: #0FFAFE;
}
.TagClassName
{
border-color: #0FFAFE;
}
</style>