Shades of Aqua #0FFEFB
Tints of Aqua #0FFEFB
RGB
CMYK
RGB Variations
Color information
#0FFEFB (or 0x0FFEFB) is known color: Aqua. HEX triplet: 0F, FE and FB. RGB value is (15,254,251). Sum of RGB (Red+Green+Blue) = 15+254+251=520 (68% of max value = 765). Red value is 15 (6.25% from 255 or 2.88% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFEFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFEFB is #F00104. Grayscale: #B5B5B5. Windows color (decimal): -15728901 or 16514575. OLE color: 16514575.
HSL color Cylindrical-coordinate representation of color #0FFEFB: hue angle of 179.25º 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 #0FFEFB is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 254 | 251 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.00 |
| HSL | 179.25º | 0.99% | 0.53% | - |
| HSV(B) | 179.25º | 0.94% | 1% | - |
| XYZ | 53.05 | 77.95 | 103.52 | - |
| YUV | 182.2 | 166.82 | 8.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 254 | 251 | 0.94 | 0 | 0.01 | 0.00 | 179.25 | 0.99 | 0.53 |
| Hex | F | FE | FB | 5E | 0 | 1 | 0 | B3 | 63 | 35 |
| Octal | 17 | 376 | 373 | 136 | 0 | 1 | 0 | 263 | 143 | 65 |
| Binary | 1111 | 11111110 | 11111011 | 1011110 | 0 | 1 | 0 | 10110011 | 1100011 | 110101 |
Color Harmonies of #0FFEFB
Complementary color
Monochromatic Colors of #0FFEFB
Black with #0FFEFB
Text Example
Text Example
White with #0FFEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFEFB; }
p { color: rgb(15,254,251); }
H1.HeaderClassName
{
color: #0FFEFB;
}
.AnyTagClassName
{
color: #0FFEFB;
}
</style>
background-color css
<style>
a { background-color: #0FFEFB; }
a { background-color: rgb(15,254,251); }
div.DivClassName
{
background-color: #0FFEFB;
}
.BgClassName
{
background-color: #0FFEFB;
}
</style>
border-color css
<style>
span { border-color: #0FFEFB; }
span { border-color: rgb(15,254,251); }
td.TdClassName
{
border-color: #0FFEFB;
}
.TagClassName
{
border-color: #0FFEFB;
}
</style>