Shades of Iris Blue #0BB4BA
Tints of Iris Blue #0BB4BA
RGB
CMYK
RGB Variations
Color information
#0BB4BA (or 0x0BB4BA) is known color: Iris Blue. HEX triplet: 0B, B4 and BA. RGB value is (11,180,186). Sum of RGB (Red+Green+Blue) = 11+180+186=377 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.92% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #0BB4BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB4BA is #F44B45. Grayscale: #818181. Windows color (decimal): -16010054 or 12235787. OLE color: 12235787.
HSL color Cylindrical-coordinate representation of color #0BB4BA: hue angle of 182.06º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB4BA is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 180 | 186 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.27 |
| HSL | 182.06º | 0.89% | 0.39% | - |
| HSV(B) | 182.06º | 0.94% | 0.73% | - |
| XYZ | 25.32 | 36.26 | 52.12 | - |
| YUV | 130.15 | 159.51 | 43.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 180 | 186 | 0.94 | 0.03 | 0 | 0.27 | 182.06 | 0.89 | 0.39 |
| Hex | B | B4 | BA | 5E | 3 | 0 | 1B | B6 | 59 | 27 |
| Octal | 13 | 264 | 272 | 136 | 3 | 0 | 33 | 266 | 131 | 47 |
| Binary | 1011 | 10110100 | 10111010 | 1011110 | 11 | 0 | 11011 | 10110110 | 1011001 | 100111 |
Color Harmonies of #0BB4BA
Complementary color
Monochromatic Colors of #0BB4BA
Black with #0BB4BA
Text Example
Text Example
White with #0BB4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB4BA; }
p { color: rgb(11,180,186); }
H1.HeaderClassName
{
color: #0BB4BA;
}
.AnyTagClassName
{
color: #0BB4BA;
}
</style>
background-color css
<style>
a { background-color: #0BB4BA; }
a { background-color: rgb(11,180,186); }
div.DivClassName
{
background-color: #0BB4BA;
}
.BgClassName
{
background-color: #0BB4BA;
}
</style>
border-color css
<style>
span { border-color: #0BB4BA; }
span { border-color: rgb(11,180,186); }
td.TdClassName
{
border-color: #0BB4BA;
}
.TagClassName
{
border-color: #0BB4BA;
}
</style>