Shades of Aqua #0BFBEF
Tints of Aqua #0BFBEF
RGB
CMYK
RGB Variations
Color information
#0BFBEF (or 0x0BFBEF) is known color: Aqua. HEX triplet: 0B, FB and EF. RGB value is (11,251,239). Sum of RGB (Red+Green+Blue) = 11+251+239=501 (66% of max value = 765). Red value is 11 (4.69% from 255 or 2.20% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #0BFBEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BFBEF is #F40410. Grayscale: #B1B1B1. Windows color (decimal): -15991825 or 15727371. OLE color: 15727371.
HSL color Cylindrical-coordinate representation of color #0BFBEF: hue angle of 177º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFBEF is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 251 | 239 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.02 |
| HSL | 177º | 0.97% | 0.51% | - |
| HSV(B) | 177º | 0.96% | 0.98% | - |
| XYZ | 50.22 | 75.3 | 93.55 | - |
| YUV | 177.87 | 162.49 | 8.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 251 | 239 | 0.96 | 0 | 0.05 | 0.02 | 177 | 0.97 | 0.51 |
| Hex | B | FB | EF | 60 | 0 | 5 | 2 | B1 | 61 | 33 |
| Octal | 13 | 373 | 357 | 140 | 0 | 5 | 2 | 261 | 141 | 63 |
| Binary | 1011 | 11111011 | 11101111 | 1100000 | 0 | 101 | 10 | 10110001 | 1100001 | 110011 |
Color Harmonies of #0BFBEF
Complementary color
Monochromatic Colors of #0BFBEF
Black with #0BFBEF
Text Example
Text Example
White with #0BFBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFBEF; }
p { color: rgb(11,251,239); }
H1.HeaderClassName
{
color: #0BFBEF;
}
.AnyTagClassName
{
color: #0BFBEF;
}
</style>
background-color css
<style>
a { background-color: #0BFBEF; }
a { background-color: rgb(11,251,239); }
div.DivClassName
{
background-color: #0BFBEF;
}
.BgClassName
{
background-color: #0BFBEF;
}
</style>
border-color css
<style>
span { border-color: #0BFBEF; }
span { border-color: rgb(11,251,239); }
td.TdClassName
{
border-color: #0BFBEF;
}
.TagClassName
{
border-color: #0BFBEF;
}
</style>