Shades of Iris Blue #0BAEBB
Tints of Iris Blue #0BAEBB
RGB
CMYK
RGB Variations
Color information
#0BAEBB (or 0x0BAEBB) is known color: Iris Blue. HEX triplet: 0B, AE and BB. RGB value is (11,174,187). Sum of RGB (Red+Green+Blue) = 11+174+187=372 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #0BAEBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAEBB is #F45144. Grayscale: #7E7E7E. Windows color (decimal): -16011589 or 12299787. OLE color: 12299787.
HSL color Cylindrical-coordinate representation of color #0BAEBB: hue angle of 184.43º 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 #0BAEBB is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 174 | 187 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.27 |
| HSL | 184.43º | 0.89% | 0.39% | - |
| HSV(B) | 184.43º | 0.94% | 0.73% | - |
| XYZ | 24.24 | 33.93 | 52.29 | - |
| YUV | 126.75 | 162 | 45.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 187 | 0.94 | 0.07 | 0 | 0.27 | 184.43 | 0.89 | 0.39 |
| Hex | B | AE | BB | 5E | 7 | 0 | 1B | B8 | 59 | 27 |
| Octal | 13 | 256 | 273 | 136 | 7 | 0 | 33 | 270 | 131 | 47 |
| Binary | 1011 | 10101110 | 10111011 | 1011110 | 111 | 0 | 11011 | 10111000 | 1011001 | 100111 |
Color Harmonies of #0BAEBB
Complementary color
Monochromatic Colors of #0BAEBB
Black with #0BAEBB
Text Example
Text Example
White with #0BAEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAEBB; }
p { color: rgb(11,174,187); }
H1.HeaderClassName
{
color: #0BAEBB;
}
.AnyTagClassName
{
color: #0BAEBB;
}
</style>
background-color css
<style>
a { background-color: #0BAEBB; }
a { background-color: rgb(11,174,187); }
div.DivClassName
{
background-color: #0BAEBB;
}
.BgClassName
{
background-color: #0BAEBB;
}
</style>
border-color css
<style>
span { border-color: #0BAEBB; }
span { border-color: rgb(11,174,187); }
td.TdClassName
{
border-color: #0BAEBB;
}
.TagClassName
{
border-color: #0BAEBB;
}
</style>