Shades of Aqua #0BECFF
Tints of Aqua #0BECFF
RGB
CMYK
RGB Variations
Color information
#0BECFF (or 0x0BECFF) is known color: Aqua. HEX triplet: 0B, EC and FF. RGB value is (11,236,255). Sum of RGB (Red+Green+Blue) = 11+236+255=502 (66% of max value = 765). Red value is 11 (4.69% from 255 or 2.19% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BECFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BECFF is #F41300. Grayscale: #AAAAAA. Windows color (decimal): -15995649 or 16772107. OLE color: 16772107.
HSL color Cylindrical-coordinate representation of color #0BECFF: hue angle of 184.67º 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 #0BECFF is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 236 | 255 | - |
| CMYK | 0.96 | 0.07 | 0 | 0 |
| HSL | 184.67º | 1% | 0.52% | - |
| HSV(B) | 184.67º | 0.96% | 1% | - |
| XYZ | 48.18 | 67.28 | 105.05 | - |
| YUV | 170.89 | 175.46 | 13.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 236 | 255 | 0.96 | 0.07 | 0 | 0 | 184.67 | 1 | 0.52 |
| Hex | B | EC | FF | 60 | 7 | 0 | 0 | B9 | 64 | 34 |
| Octal | 13 | 354 | 377 | 140 | 7 | 0 | 0 | 271 | 144 | 64 |
| Binary | 1011 | 11101100 | 11111111 | 1100000 | 111 | 0 | 0 | 10111001 | 1100100 | 110100 |
Color Harmonies of #0BECFF
Complementary color
Monochromatic Colors of #0BECFF
Black with #0BECFF
Text Example
Text Example
White with #0BECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BECFF; }
p { color: rgb(11,236,255); }
H1.HeaderClassName
{
color: #0BECFF;
}
.AnyTagClassName
{
color: #0BECFF;
}
</style>
background-color css
<style>
a { background-color: #0BECFF; }
a { background-color: rgb(11,236,255); }
div.DivClassName
{
background-color: #0BECFF;
}
.BgClassName
{
background-color: #0BECFF;
}
</style>
border-color css
<style>
span { border-color: #0BECFF; }
span { border-color: rgb(11,236,255); }
td.TdClassName
{
border-color: #0BECFF;
}
.TagClassName
{
border-color: #0BECFF;
}
</style>