Shades of Aqua #0FE0FF
Tints of Aqua #0FE0FF
RGB
CMYK
RGB Variations
Color information
#0FE0FF (or 0x0FE0FF) is known color: Aqua. HEX triplet: 0F, E0 and FF. RGB value is (15,224,255). Sum of RGB (Red+Green+Blue) = 15+224+255=494 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.04% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FE0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FE0FF is #F01F00. Grayscale: #A4A4A4. Windows color (decimal): -15736577 or 16769039. OLE color: 16769039.
HSL color Cylindrical-coordinate representation of color #0FE0FF: hue angle of 187.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE0FF is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 224 | 255 | - |
| CMYK | 0.94 | 0.12 | 0 | 0 |
| HSL | 187.75º | 1% | 0.53% | - |
| HSV(B) | 187.75º | 0.94% | 1% | - |
| XYZ | 44.9 | 60.63 | 103.94 | - |
| YUV | 165.04 | 178.76 | 20.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 224 | 255 | 0.94 | 0.12 | 0 | 0 | 187.75 | 1 | 0.53 |
| Hex | F | E0 | FF | 5E | C | 0 | 0 | BC | 64 | 35 |
| Octal | 17 | 340 | 377 | 136 | 14 | 0 | 0 | 274 | 144 | 65 |
| Binary | 1111 | 11100000 | 11111111 | 1011110 | 1100 | 0 | 0 | 10111100 | 1100100 | 110101 |
Color Harmonies of #0FE0FF
Complementary color
Monochromatic Colors of #0FE0FF
Black with #0FE0FF
Text Example
Text Example
White with #0FE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE0FF; }
p { color: rgb(15,224,255); }
H1.HeaderClassName
{
color: #0FE0FF;
}
.AnyTagClassName
{
color: #0FE0FF;
}
</style>
background-color css
<style>
a { background-color: #0FE0FF; }
a { background-color: rgb(15,224,255); }
div.DivClassName
{
background-color: #0FE0FF;
}
.BgClassName
{
background-color: #0FE0FF;
}
</style>
border-color css
<style>
span { border-color: #0FE0FF; }
span { border-color: rgb(15,224,255); }
td.TdClassName
{
border-color: #0FE0FF;
}
.TagClassName
{
border-color: #0FE0FF;
}
</style>