Shades of Iris Blue #0BB4BB
Tints of Iris Blue #0BB4BB
RGB
CMYK
RGB Variations
Color information
#0BB4BB (or 0x0BB4BB) is known color: Iris Blue. HEX triplet: 0B, B4 and BB. RGB value is (11,180,187). Sum of RGB (Red+Green+Blue) = 11+180+187=378 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.91% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #0BB4BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB4BB is #F44B44. Grayscale: #828282. Windows color (decimal): -16010053 or 12301323. OLE color: 12301323.
HSL color Cylindrical-coordinate representation of color #0BB4BB: hue angle of 182.39º 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 #0BB4BB is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 180 | 187 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.27 |
| HSL | 182.39º | 0.89% | 0.39% | - |
| HSV(B) | 182.39º | 0.94% | 0.73% | - |
| XYZ | 25.43 | 36.3 | 52.68 | - |
| YUV | 130.27 | 160.01 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 180 | 187 | 0.94 | 0.04 | 0 | 0.27 | 182.39 | 0.89 | 0.39 |
| Hex | B | B4 | BB | 5E | 4 | 0 | 1B | B6 | 59 | 27 |
| Octal | 13 | 264 | 273 | 136 | 4 | 0 | 33 | 266 | 131 | 47 |
| Binary | 1011 | 10110100 | 10111011 | 1011110 | 100 | 0 | 11011 | 10110110 | 1011001 | 100111 |
Color Harmonies of #0BB4BB
Complementary color
Monochromatic Colors of #0BB4BB
Black with #0BB4BB
Text Example
Text Example
White with #0BB4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB4BB; }
p { color: rgb(11,180,187); }
H1.HeaderClassName
{
color: #0BB4BB;
}
.AnyTagClassName
{
color: #0BB4BB;
}
</style>
background-color css
<style>
a { background-color: #0BB4BB; }
a { background-color: rgb(11,180,187); }
div.DivClassName
{
background-color: #0BB4BB;
}
.BgClassName
{
background-color: #0BB4BB;
}
</style>
border-color css
<style>
span { border-color: #0BB4BB; }
span { border-color: rgb(11,180,187); }
td.TdClassName
{
border-color: #0BB4BB;
}
.TagClassName
{
border-color: #0BB4BB;
}
</style>