Shades of Aqua #0BE5FC
Tints of Aqua #0BE5FC
RGB
CMYK
RGB Variations
Color information
#0BE5FC (or 0x0BE5FC) is known color: Aqua. HEX triplet: 0B, E5 and FC. RGB value is (11,229,252). Sum of RGB (Red+Green+Blue) = 11+229+252=492 (65% of max value = 765). Red value is 11 (4.69% from 255 or 2.24% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #0BE5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BE5FC is #F41A03. Grayscale: #A6A6A6. Windows color (decimal): -15997444 or 16573707. OLE color: 16573707.
HSL color Cylindrical-coordinate representation of color #0BE5FC: hue angle of 185.73º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BE5FC is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 229 | 252 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.01 |
| HSL | 185.73º | 0.98% | 0.52% | - |
| HSV(B) | 185.73º | 0.96% | 0.99% | - |
| XYZ | 45.73 | 63.14 | 101.87 | - |
| YUV | 166.44 | 176.28 | 17.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 229 | 252 | 0.96 | 0.09 | 0 | 0.01 | 185.73 | 0.98 | 0.52 |
| Hex | B | E5 | FC | 60 | 9 | 0 | 1 | BA | 62 | 34 |
| Octal | 13 | 345 | 374 | 140 | 11 | 0 | 1 | 272 | 142 | 64 |
| Binary | 1011 | 11100101 | 11111100 | 1100000 | 1001 | 0 | 1 | 10111010 | 1100010 | 110100 |
Color Harmonies of #0BE5FC
Complementary color
Monochromatic Colors of #0BE5FC
Black with #0BE5FC
Text Example
Text Example
White with #0BE5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE5FC; }
p { color: rgb(11,229,252); }
H1.HeaderClassName
{
color: #0BE5FC;
}
.AnyTagClassName
{
color: #0BE5FC;
}
</style>
background-color css
<style>
a { background-color: #0BE5FC; }
a { background-color: rgb(11,229,252); }
div.DivClassName
{
background-color: #0BE5FC;
}
.BgClassName
{
background-color: #0BE5FC;
}
</style>
border-color css
<style>
span { border-color: #0BE5FC; }
span { border-color: rgb(11,229,252); }
td.TdClassName
{
border-color: #0BE5FC;
}
.TagClassName
{
border-color: #0BE5FC;
}
</style>