Shades of Aqua #0BE9F9
Tints of Aqua #0BE9F9
RGB
CMYK
RGB Variations
Color information
#0BE9F9 (or 0x0BE9F9) is known color: Aqua. HEX triplet: 0B, E9 and F9. RGB value is (11,233,249). Sum of RGB (Red+Green+Blue) = 11+233+249=493 (65% of max value = 765). Red value is 11 (4.69% from 255 or 2.23% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #0BE9F9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BE9F9 is #F41606. Grayscale: #A8A8A8. Windows color (decimal): -15996423 or 16378123. OLE color: 16378123.
HSL color Cylindrical-coordinate representation of color #0BE9F9: hue angle of 184.03º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BE9F9 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 233 | 249 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.02 |
| HSL | 184.03º | 0.95% | 0.51% | - |
| HSV(B) | 184.03º | 0.96% | 0.98% | - |
| XYZ | 46.38 | 65.19 | 99.76 | - |
| YUV | 168.45 | 173.45 | 15.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 233 | 249 | 0.96 | 0.06 | 0 | 0.02 | 184.03 | 0.95 | 0.51 |
| Hex | B | E9 | F9 | 60 | 6 | 0 | 2 | B8 | 5F | 33 |
| Octal | 13 | 351 | 371 | 140 | 6 | 0 | 2 | 270 | 137 | 63 |
| Binary | 1011 | 11101001 | 11111001 | 1100000 | 110 | 0 | 10 | 10111000 | 1011111 | 110011 |
Color Harmonies of #0BE9F9
Complementary color
Monochromatic Colors of #0BE9F9
Black with #0BE9F9
Text Example
Text Example
White with #0BE9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE9F9; }
p { color: rgb(11,233,249); }
H1.HeaderClassName
{
color: #0BE9F9;
}
.AnyTagClassName
{
color: #0BE9F9;
}
</style>
background-color css
<style>
a { background-color: #0BE9F9; }
a { background-color: rgb(11,233,249); }
div.DivClassName
{
background-color: #0BE9F9;
}
.BgClassName
{
background-color: #0BE9F9;
}
</style>
border-color css
<style>
span { border-color: #0BE9F9; }
span { border-color: rgb(11,233,249); }
td.TdClassName
{
border-color: #0BE9F9;
}
.TagClassName
{
border-color: #0BE9F9;
}
</style>