Shades of Aqua #0BE5FF
Tints of Aqua #0BE5FF
RGB
CMYK
RGB Variations
Color information
#0BE5FF (or 0x0BE5FF) is known color: Aqua. HEX triplet: 0B, E5 and FF. RGB value is (11,229,255). Sum of RGB (Red+Green+Blue) = 11+229+255=495 (65% of max value = 765). Red value is 11 (4.69% from 255 or 2.22% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BE5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BE5FF is #F41A00. Grayscale: #A6A6A6. Windows color (decimal): -15997441 or 16770315. OLE color: 16770315.
HSL color Cylindrical-coordinate representation of color #0BE5FF: hue angle of 186.39º 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 #0BE5FF is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 229 | 255 | - |
| CMYK | 0.96 | 0.10 | 0 | 0 |
| HSL | 186.39º | 1% | 0.52% | - |
| HSV(B) | 186.39º | 0.96% | 1% | - |
| XYZ | 46.21 | 63.33 | 104.4 | - |
| YUV | 166.78 | 177.78 | 16.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 229 | 255 | 0.96 | 0.10 | 0 | 0 | 186.39 | 1 | 0.52 |
| Hex | B | E5 | FF | 60 | A | 0 | 0 | BA | 64 | 34 |
| Octal | 13 | 345 | 377 | 140 | 12 | 0 | 0 | 272 | 144 | 64 |
| Binary | 1011 | 11100101 | 11111111 | 1100000 | 1010 | 0 | 0 | 10111010 | 1100100 | 110100 |
Color Harmonies of #0BE5FF
Complementary color
Monochromatic Colors of #0BE5FF
Black with #0BE5FF
Text Example
Text Example
White with #0BE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE5FF; }
p { color: rgb(11,229,255); }
H1.HeaderClassName
{
color: #0BE5FF;
}
.AnyTagClassName
{
color: #0BE5FF;
}
</style>
background-color css
<style>
a { background-color: #0BE5FF; }
a { background-color: rgb(11,229,255); }
div.DivClassName
{
background-color: #0BE5FF;
}
.BgClassName
{
background-color: #0BE5FF;
}
</style>
border-color css
<style>
span { border-color: #0BE5FF; }
span { border-color: rgb(11,229,255); }
td.TdClassName
{
border-color: #0BE5FF;
}
.TagClassName
{
border-color: #0BE5FF;
}
</style>