Shades of Aqua #0BEBFF
Tints of Aqua #0BEBFF
RGB
CMYK
RGB Variations
Color information
#0BEBFF (or 0x0BEBFF) is known color: Aqua. HEX triplet: 0B, EB and FF. RGB value is (11,235,255). Sum of RGB (Red+Green+Blue) = 11+235+255=501 (66% of max value = 765). Red value is 11 (4.69% from 255 or 2.20% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BEBFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEBFF is #F41400. Grayscale: #AAAAAA. Windows color (decimal): -15995905 or 16771851. OLE color: 16771851.
HSL color Cylindrical-coordinate representation of color #0BEBFF: hue angle of 184.92º 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 #0BEBFF is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 235 | 255 | - |
| CMYK | 0.96 | 0.08 | 0 | 0 |
| HSL | 184.92º | 1% | 0.52% | - |
| HSV(B) | 184.92º | 0.96% | 1% | - |
| XYZ | 47.9 | 66.71 | 104.96 | - |
| YUV | 170.3 | 175.79 | 14.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 235 | 255 | 0.96 | 0.08 | 0 | 0 | 184.92 | 1 | 0.52 |
| Hex | B | EB | FF | 60 | 8 | 0 | 0 | B9 | 64 | 34 |
| Octal | 13 | 353 | 377 | 140 | 10 | 0 | 0 | 271 | 144 | 64 |
| Binary | 1011 | 11101011 | 11111111 | 1100000 | 1000 | 0 | 0 | 10111001 | 1100100 | 110100 |
Color Harmonies of #0BEBFF
Complementary color
Monochromatic Colors of #0BEBFF
Black with #0BEBFF
Text Example
Text Example
White with #0BEBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEBFF; }
p { color: rgb(11,235,255); }
H1.HeaderClassName
{
color: #0BEBFF;
}
.AnyTagClassName
{
color: #0BEBFF;
}
</style>
background-color css
<style>
a { background-color: #0BEBFF; }
a { background-color: rgb(11,235,255); }
div.DivClassName
{
background-color: #0BEBFF;
}
.BgClassName
{
background-color: #0BEBFF;
}
</style>
border-color css
<style>
span { border-color: #0BEBFF; }
span { border-color: rgb(11,235,255); }
td.TdClassName
{
border-color: #0BEBFF;
}
.TagClassName
{
border-color: #0BEBFF;
}
</style>