Shades of Aqua #0BFFEB
Tints of Aqua #0BFFEB
RGB
CMYK
RGB Variations
Color information
#0BFFEB (or 0x0BFFEB) is known color: Aqua. HEX triplet: 0B, FF and EB. RGB value is (11,255,235). Sum of RGB (Red+Green+Blue) = 11+255+235=501 (66% of max value = 765). Red value is 11 (4.69% from 255 or 2.20% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFFEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BFFEB is #F40014. Grayscale: #B3B3B3. Windows color (decimal): -15990805 or 15466251. OLE color: 15466251.
HSL color Cylindrical-coordinate representation of color #0BFFEB: hue angle of 175.08º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFFEB is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 235 | - |
| CMYK | 0.96 | 0 | 0.08 | 0 |
| HSL | 175.08º | 1% | 0.52% | - |
| HSV(B) | 175.08º | 0.96% | 1% | - |
| XYZ | 50.89 | 77.59 | 90.89 | - |
| YUV | 179.76 | 159.16 | 7.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 235 | 0.96 | 0 | 0.08 | 0 | 175.08 | 1 | 0.52 |
| Hex | B | FF | EB | 60 | 0 | 8 | 0 | AF | 64 | 34 |
| Octal | 13 | 377 | 353 | 140 | 0 | 10 | 0 | 257 | 144 | 64 |
| Binary | 1011 | 11111111 | 11101011 | 1100000 | 0 | 1000 | 0 | 10101111 | 1100100 | 110100 |
Color Harmonies of #0BFFEB
Complementary color
Monochromatic Colors of #0BFFEB
Black with #0BFFEB
Text Example
Text Example
White with #0BFFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFFEB; }
p { color: rgb(11,255,235); }
H1.HeaderClassName
{
color: #0BFFEB;
}
.AnyTagClassName
{
color: #0BFFEB;
}
</style>
background-color css
<style>
a { background-color: #0BFFEB; }
a { background-color: rgb(11,255,235); }
div.DivClassName
{
background-color: #0BFFEB;
}
.BgClassName
{
background-color: #0BFFEB;
}
</style>
border-color css
<style>
span { border-color: #0BFFEB; }
span { border-color: rgb(11,255,235); }
td.TdClassName
{
border-color: #0BFFEB;
}
.TagClassName
{
border-color: #0BFFEB;
}
</style>