Shades of Aqua #0BE4FC
Tints of Aqua #0BE4FC
RGB
CMYK
RGB Variations
Color information
#0BE4FC (or 0x0BE4FC) is known color: Aqua. HEX triplet: 0B, E4 and FC. RGB value is (11,228,252). Sum of RGB (Red+Green+Blue) = 11+228+252=491 (65% of max value = 765). Red value is 11 (4.69% from 255 or 2.24% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #0BE4FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BE4FC is #F41B03. Grayscale: #A5A5A5. Windows color (decimal): -15997700 or 16573451. OLE color: 16573451.
HSL color Cylindrical-coordinate representation of color #0BE4FC: hue angle of 185.98º 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 #0BE4FC is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 228 | 252 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.01 |
| HSL | 185.98º | 0.98% | 0.52% | - |
| HSV(B) | 185.98º | 0.96% | 0.99% | - |
| XYZ | 45.45 | 62.59 | 101.78 | - |
| YUV | 165.85 | 176.61 | 17.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 228 | 252 | 0.96 | 0.10 | 0 | 0.01 | 185.98 | 0.98 | 0.52 |
| Hex | B | E4 | FC | 60 | A | 0 | 1 | BA | 62 | 34 |
| Octal | 13 | 344 | 374 | 140 | 12 | 0 | 1 | 272 | 142 | 64 |
| Binary | 1011 | 11100100 | 11111100 | 1100000 | 1010 | 0 | 1 | 10111010 | 1100010 | 110100 |
Color Harmonies of #0BE4FC
Complementary color
Monochromatic Colors of #0BE4FC
Black with #0BE4FC
Text Example
Text Example
White with #0BE4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE4FC; }
p { color: rgb(11,228,252); }
H1.HeaderClassName
{
color: #0BE4FC;
}
.AnyTagClassName
{
color: #0BE4FC;
}
</style>
background-color css
<style>
a { background-color: #0BE4FC; }
a { background-color: rgb(11,228,252); }
div.DivClassName
{
background-color: #0BE4FC;
}
.BgClassName
{
background-color: #0BE4FC;
}
</style>
border-color css
<style>
span { border-color: #0BE4FC; }
span { border-color: rgb(11,228,252); }
td.TdClassName
{
border-color: #0BE4FC;
}
.TagClassName
{
border-color: #0BE4FC;
}
</style>