Shades of Aqua #0BE0FE
Tints of Aqua #0BE0FE
RGB
CMYK
RGB Variations
Color information
#0BE0FE (or 0x0BE0FE) is known color: Aqua. HEX triplet: 0B, E0 and FE. RGB value is (11,224,254). Sum of RGB (Red+Green+Blue) = 11+224+254=489 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.25% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #0BE0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BE0FE is #F41F01. Grayscale: #A3A3A3. Windows color (decimal): -15998722 or 16703499. OLE color: 16703499.
HSL color Cylindrical-coordinate representation of color #0BE0FE: hue angle of 187.41º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BE0FE is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 224 | 254 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.00 |
| HSL | 187.41º | 0.99% | 0.52% | - |
| HSV(B) | 187.41º | 0.96% | 1% | - |
| XYZ | 44.68 | 60.54 | 103.1 | - |
| YUV | 163.73 | 178.93 | 19.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 224 | 254 | 0.96 | 0.12 | 0 | 0.00 | 187.41 | 0.99 | 0.52 |
| Hex | B | E0 | FE | 60 | C | 0 | 0 | BB | 63 | 34 |
| Octal | 13 | 340 | 376 | 140 | 14 | 0 | 0 | 273 | 143 | 64 |
| Binary | 1011 | 11100000 | 11111110 | 1100000 | 1100 | 0 | 0 | 10111011 | 1100011 | 110100 |
Color Harmonies of #0BE0FE
Complementary color
Monochromatic Colors of #0BE0FE
Black with #0BE0FE
Text Example
Text Example
White with #0BE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE0FE; }
p { color: rgb(11,224,254); }
H1.HeaderClassName
{
color: #0BE0FE;
}
.AnyTagClassName
{
color: #0BE0FE;
}
</style>
background-color css
<style>
a { background-color: #0BE0FE; }
a { background-color: rgb(11,224,254); }
div.DivClassName
{
background-color: #0BE0FE;
}
.BgClassName
{
background-color: #0BE0FE;
}
</style>
border-color css
<style>
span { border-color: #0BE0FE; }
span { border-color: rgb(11,224,254); }
td.TdClassName
{
border-color: #0BE0FE;
}
.TagClassName
{
border-color: #0BE0FE;
}
</style>