Shades of Aqua #0FE6FE
Tints of Aqua #0FE6FE
RGB
CMYK
RGB Variations
Color information
#0FE6FE (or 0x0FE6FE) is known color: Aqua. HEX triplet: 0F, E6 and FE. RGB value is (15,230,254). Sum of RGB (Red+Green+Blue) = 15+230+254=499 (66% of max value = 765). Red value is 15 (6.25% from 255 or 3.01% from 499); Green value is 230 (90.23% from 255 or 46.09% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FE6FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FE6FE is #F01901. Grayscale: #A8A8A8. Windows color (decimal): -15735042 or 16705039. OLE color: 16705039.
HSL color Cylindrical-coordinate representation of color #0FE6FE: hue angle of 186.03º 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 #0FE6FE is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 230 | 254 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.00 |
| HSL | 186.03º | 0.99% | 0.53% | - |
| HSV(B) | 186.03º | 0.94% | 1% | - |
| XYZ | 46.38 | 63.85 | 103.65 | - |
| YUV | 168.45 | 176.27 | 18.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 230 | 254 | 0.94 | 0.09 | 0 | 0.00 | 186.03 | 0.99 | 0.53 |
| Hex | F | E6 | FE | 5E | 9 | 0 | 0 | BA | 63 | 35 |
| Octal | 17 | 346 | 376 | 136 | 11 | 0 | 0 | 272 | 143 | 65 |
| Binary | 1111 | 11100110 | 11111110 | 1011110 | 1001 | 0 | 0 | 10111010 | 1100011 | 110101 |
Color Harmonies of #0FE6FE
Complementary color
Monochromatic Colors of #0FE6FE
Black with #0FE6FE
Text Example
Text Example
White with #0FE6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE6FE; }
p { color: rgb(15,230,254); }
H1.HeaderClassName
{
color: #0FE6FE;
}
.AnyTagClassName
{
color: #0FE6FE;
}
</style>
background-color css
<style>
a { background-color: #0FE6FE; }
a { background-color: rgb(15,230,254); }
div.DivClassName
{
background-color: #0FE6FE;
}
.BgClassName
{
background-color: #0FE6FE;
}
</style>
border-color css
<style>
span { border-color: #0FE6FE; }
span { border-color: rgb(15,230,254); }
td.TdClassName
{
border-color: #0FE6FE;
}
.TagClassName
{
border-color: #0FE6FE;
}
</style>