Shades of Iris Blue #0BBFBA
Tints of Iris Blue #0BBFBA
RGB
CMYK
RGB Variations
Color information
#0BBFBA (or 0x0BBFBA) is known color: Iris Blue. HEX triplet: 0B, BF and BA. RGB value is (11,191,186). Sum of RGB (Red+Green+Blue) = 11+191+186=388 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 388); Green value is 191 (75% from 255 or 49.23% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 191 - color contains mainly: green. Hex color #0BBFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBFBA is #F44045. Grayscale: #888888. Windows color (decimal): -16007238 or 12238603. OLE color: 12238603.
HSL color Cylindrical-coordinate representation of color #0BBFBA: hue angle of 178.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBFBA is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 191 | 186 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.25 |
| HSL | 178.33º | 0.89% | 0.4% | - |
| HSV(B) | 178.33º | 0.94% | 0.75% | - |
| XYZ | 27.63 | 40.88 | 52.89 | - |
| YUV | 136.61 | 155.87 | 38.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 191 | 186 | 0.94 | 0 | 0.03 | 0.25 | 178.33 | 0.89 | 0.4 |
| Hex | B | BF | BA | 5E | 0 | 3 | 19 | B2 | 59 | 28 |
| Octal | 13 | 277 | 272 | 136 | 0 | 3 | 31 | 262 | 131 | 50 |
| Binary | 1011 | 10111111 | 10111010 | 1011110 | 0 | 11 | 11001 | 10110010 | 1011001 | 101000 |
Color Harmonies of #0BBFBA
Complementary color
Monochromatic Colors of #0BBFBA
Black with #0BBFBA
Text Example
Text Example
White with #0BBFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBFBA; }
p { color: rgb(11,191,186); }
H1.HeaderClassName
{
color: #0BBFBA;
}
.AnyTagClassName
{
color: #0BBFBA;
}
</style>
background-color css
<style>
a { background-color: #0BBFBA; }
a { background-color: rgb(11,191,186); }
div.DivClassName
{
background-color: #0BBFBA;
}
.BgClassName
{
background-color: #0BBFBA;
}
</style>
border-color css
<style>
span { border-color: #0BBFBA; }
span { border-color: rgb(11,191,186); }
td.TdClassName
{
border-color: #0BBFBA;
}
.TagClassName
{
border-color: #0BBFBA;
}
</style>