Shades of Aqua #0FEFFB
Tints of Aqua #0FEFFB
RGB
CMYK
RGB Variations
Color information
#0FEFFB (or 0x0FEFFB) is known color: Aqua. HEX triplet: 0F, EF and FB. RGB value is (15,239,251). Sum of RGB (Red+Green+Blue) = 15+239+251=505 (66% of max value = 765). Red value is 15 (6.25% from 255 or 2.97% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #0FEFFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEFFB is #F01004. Grayscale: #ADADAD. Windows color (decimal): -15732741 or 16510735. OLE color: 16510735.
HSL color Cylindrical-coordinate representation of color #0FEFFB: hue angle of 183.05º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEFFB is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 239 | 251 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.02 |
| HSL | 183.05º | 0.97% | 0.52% | - |
| HSV(B) | 183.05º | 0.94% | 0.98% | - |
| XYZ | 48.48 | 68.8 | 101.99 | - |
| YUV | 173.39 | 171.79 | 15.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 239 | 251 | 0.94 | 0.05 | 0 | 0.02 | 183.05 | 0.97 | 0.52 |
| Hex | F | EF | FB | 5E | 5 | 0 | 2 | B7 | 61 | 34 |
| Octal | 17 | 357 | 373 | 136 | 5 | 0 | 2 | 267 | 141 | 64 |
| Binary | 1111 | 11101111 | 11111011 | 1011110 | 101 | 0 | 10 | 10110111 | 1100001 | 110100 |
Color Harmonies of #0FEFFB
Complementary color
Monochromatic Colors of #0FEFFB
Black with #0FEFFB
Text Example
Text Example
White with #0FEFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEFFB; }
p { color: rgb(15,239,251); }
H1.HeaderClassName
{
color: #0FEFFB;
}
.AnyTagClassName
{
color: #0FEFFB;
}
</style>
background-color css
<style>
a { background-color: #0FEFFB; }
a { background-color: rgb(15,239,251); }
div.DivClassName
{
background-color: #0FEFFB;
}
.BgClassName
{
background-color: #0FEFFB;
}
</style>
border-color css
<style>
span { border-color: #0FEFFB; }
span { border-color: rgb(15,239,251); }
td.TdClassName
{
border-color: #0FEFFB;
}
.TagClassName
{
border-color: #0FEFFB;
}
</style>