Shades of Aqua #0FF8EF
Tints of Aqua #0FF8EF
RGB
CMYK
RGB Variations
Color information
#0FF8EF (or 0x0FF8EF) is known color: Aqua. HEX triplet: 0F, F8 and EF. RGB value is (15,248,239). Sum of RGB (Red+Green+Blue) = 15+248+239=502 (66% of max value = 765). Red value is 15 (6.25% from 255 or 2.99% from 502); Green value is 248 (97.27% from 255 or 49.40% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 248 - color contains mainly: green. Hex color #0FF8EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FF8EF is #F00710. Grayscale: #B1B1B1. Windows color (decimal): -15730449 or 15726607. OLE color: 15726607.
HSL color Cylindrical-coordinate representation of color #0FF8EF: hue angle of 177.68º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF8EF is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 248 | 239 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.03 |
| HSL | 177.68º | 0.94% | 0.52% | - |
| HSV(B) | 177.68º | 0.94% | 0.97% | - |
| XYZ | 49.34 | 73.47 | 93.24 | - |
| YUV | 177.31 | 162.81 | 12.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 248 | 239 | 0.94 | 0 | 0.04 | 0.03 | 177.68 | 0.94 | 0.52 |
| Hex | F | F8 | EF | 5E | 0 | 4 | 3 | B2 | 5E | 34 |
| Octal | 17 | 370 | 357 | 136 | 0 | 4 | 3 | 262 | 136 | 64 |
| Binary | 1111 | 11111000 | 11101111 | 1011110 | 0 | 100 | 11 | 10110010 | 1011110 | 110100 |
Color Harmonies of #0FF8EF
Complementary color
Monochromatic Colors of #0FF8EF
Black with #0FF8EF
Text Example
Text Example
White with #0FF8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF8EF; }
p { color: rgb(15,248,239); }
H1.HeaderClassName
{
color: #0FF8EF;
}
.AnyTagClassName
{
color: #0FF8EF;
}
</style>
background-color css
<style>
a { background-color: #0FF8EF; }
a { background-color: rgb(15,248,239); }
div.DivClassName
{
background-color: #0FF8EF;
}
.BgClassName
{
background-color: #0FF8EF;
}
</style>
border-color css
<style>
span { border-color: #0FF8EF; }
span { border-color: rgb(15,248,239); }
td.TdClassName
{
border-color: #0FF8EF;
}
.TagClassName
{
border-color: #0FF8EF;
}
</style>