Shades of Iris Blue #0BBEBA
Tints of Iris Blue #0BBEBA
RGB
CMYK
RGB Variations
Color information
#0BBEBA (or 0x0BBEBA) is known color: Iris Blue. HEX triplet: 0B, BE and BA. RGB value is (11,190,186). Sum of RGB (Red+Green+Blue) = 11+190+186=387 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBEBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBEBA is #F44145. Grayscale: #878787. Windows color (decimal): -16007494 or 12238347. OLE color: 12238347.
HSL color Cylindrical-coordinate representation of color #0BBEBA: hue angle of 178.66º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBEBA is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 190 | 186 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.25 |
| HSL | 178.66º | 0.89% | 0.39% | - |
| HSV(B) | 178.66º | 0.94% | 0.75% | - |
| XYZ | 27.41 | 40.44 | 52.82 | - |
| YUV | 136.02 | 156.2 | 38.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 190 | 186 | 0.94 | 0 | 0.02 | 0.25 | 178.66 | 0.89 | 0.39 |
| Hex | B | BE | BA | 5E | 0 | 2 | 19 | B3 | 59 | 27 |
| Octal | 13 | 276 | 272 | 136 | 0 | 2 | 31 | 263 | 131 | 47 |
| Binary | 1011 | 10111110 | 10111010 | 1011110 | 0 | 10 | 11001 | 10110011 | 1011001 | 100111 |
Color Harmonies of #0BBEBA
Complementary color
Monochromatic Colors of #0BBEBA
Black with #0BBEBA
Text Example
Text Example
White with #0BBEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBEBA; }
p { color: rgb(11,190,186); }
H1.HeaderClassName
{
color: #0BBEBA;
}
.AnyTagClassName
{
color: #0BBEBA;
}
</style>
background-color css
<style>
a { background-color: #0BBEBA; }
a { background-color: rgb(11,190,186); }
div.DivClassName
{
background-color: #0BBEBA;
}
.BgClassName
{
background-color: #0BBEBA;
}
</style>
border-color css
<style>
span { border-color: #0BBEBA; }
span { border-color: rgb(11,190,186); }
td.TdClassName
{
border-color: #0BBEBA;
}
.TagClassName
{
border-color: #0BBEBA;
}
</style>