Shades of Iris Blue #0BA8BE
Tints of Iris Blue #0BA8BE
RGB
CMYK
RGB Variations
Color information
#0BA8BE (or 0x0BA8BE) is known color: Iris Blue. HEX triplet: 0B, A8 and BE. RGB value is (11,168,190). Sum of RGB (Red+Green+Blue) = 11+168+190=369 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.98% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #0BA8BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BA8BE is #F45741. Grayscale: #7B7B7B. Windows color (decimal): -16013122 or 12494859. OLE color: 12494859.
HSL color Cylindrical-coordinate representation of color #0BA8BE: hue angle of 187.37º 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 #0BA8BE is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 168 | 190 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.25 |
| HSL | 187.37º | 0.89% | 0.39% | - |
| HSV(B) | 187.37º | 0.94% | 0.75% | - |
| XYZ | 23.43 | 31.79 | 53.62 | - |
| YUV | 123.57 | 165.49 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 168 | 190 | 0.94 | 0.12 | 0 | 0.25 | 187.37 | 0.89 | 0.39 |
| Hex | B | A8 | BE | 5E | C | 0 | 19 | BB | 59 | 27 |
| Octal | 13 | 250 | 276 | 136 | 14 | 0 | 31 | 273 | 131 | 47 |
| Binary | 1011 | 10101000 | 10111110 | 1011110 | 1100 | 0 | 11001 | 10111011 | 1011001 | 100111 |
Color Harmonies of #0BA8BE
Complementary color
Monochromatic Colors of #0BA8BE
Black with #0BA8BE
Text Example
Text Example
White with #0BA8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA8BE; }
p { color: rgb(11,168,190); }
H1.HeaderClassName
{
color: #0BA8BE;
}
.AnyTagClassName
{
color: #0BA8BE;
}
</style>
background-color css
<style>
a { background-color: #0BA8BE; }
a { background-color: rgb(11,168,190); }
div.DivClassName
{
background-color: #0BA8BE;
}
.BgClassName
{
background-color: #0BA8BE;
}
</style>
border-color css
<style>
span { border-color: #0BA8BE; }
span { border-color: rgb(11,168,190); }
td.TdClassName
{
border-color: #0BA8BE;
}
.TagClassName
{
border-color: #0BA8BE;
}
</style>