Shades of Iris Blue #0BAAB5
Tints of Iris Blue #0BAAB5
RGB
CMYK
RGB Variations
Color information
#0BAAB5 (or 0x0BAAB5) is known color: Iris Blue. HEX triplet: 0B, AA and B5. RGB value is (11,170,181). Sum of RGB (Red+Green+Blue) = 11+170+181=362 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.04% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #0BAAB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAAB5 is #F4554A. Grayscale: #7B7B7B. Windows color (decimal): -16012619 or 11905547. OLE color: 11905547.
HSL color Cylindrical-coordinate representation of color #0BAAB5: hue angle of 183.88º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAAB5 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 170 | 181 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.29 |
| HSL | 183.88º | 0.89% | 0.38% | - |
| HSV(B) | 183.88º | 0.94% | 0.71% | - |
| XYZ | 22.85 | 32.16 | 48.72 | - |
| YUV | 123.71 | 160.32 | 47.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 170 | 181 | 0.94 | 0.06 | 0 | 0.29 | 183.88 | 0.89 | 0.38 |
| Hex | B | AA | B5 | 5E | 6 | 0 | 1D | B8 | 59 | 26 |
| Octal | 13 | 252 | 265 | 136 | 6 | 0 | 35 | 270 | 131 | 46 |
| Binary | 1011 | 10101010 | 10110101 | 1011110 | 110 | 0 | 11101 | 10111000 | 1011001 | 100110 |
Color Harmonies of #0BAAB5
Complementary color
Monochromatic Colors of #0BAAB5
Black with #0BAAB5
Text Example
Text Example
White with #0BAAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAAB5; }
p { color: rgb(11,170,181); }
H1.HeaderClassName
{
color: #0BAAB5;
}
.AnyTagClassName
{
color: #0BAAB5;
}
</style>
background-color css
<style>
a { background-color: #0BAAB5; }
a { background-color: rgb(11,170,181); }
div.DivClassName
{
background-color: #0BAAB5;
}
.BgClassName
{
background-color: #0BAAB5;
}
</style>
border-color css
<style>
span { border-color: #0BAAB5; }
span { border-color: rgb(11,170,181); }
td.TdClassName
{
border-color: #0BAAB5;
}
.TagClassName
{
border-color: #0BAAB5;
}
</style>