Shades of Iris Blue #0BAEB8
Tints of Iris Blue #0BAEB8
RGB
CMYK
RGB Variations
Color information
#0BAEB8 (or 0x0BAEB8) is known color: Iris Blue. HEX triplet: 0B, AE and B8. RGB value is (11,174,184). Sum of RGB (Red+Green+Blue) = 11+174+184=369 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.98% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 184 (72.27% from 255 or 49.86% from 369); Max value from RGB is 184 - color contains mainly: blue. Hex color #0BAEB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAEB8 is #F45147. Grayscale: #7E7E7E. Windows color (decimal): -16011592 or 12103179. OLE color: 12103179.
HSL color Cylindrical-coordinate representation of color #0BAEB8: hue angle of 183.47º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAEB8 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 11 | 174 | 184 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.28 |
| HSL | 183.47º | 0.89% | 0.38% | - |
| HSV(B) | 183.47º | 0.94% | 0.72% | - |
| XYZ | 23.93 | 33.8 | 50.61 | - |
| YUV | 126.4 | 160.5 | 45.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 184 | 0.94 | 0.05 | 0 | 0.28 | 183.47 | 0.89 | 0.38 |
| Hex | B | AE | B8 | 5E | 5 | 0 | 1C | B7 | 59 | 26 |
| Octal | 13 | 256 | 270 | 136 | 5 | 0 | 34 | 267 | 131 | 46 |
| Binary | 1011 | 10101110 | 10111000 | 1011110 | 101 | 0 | 11100 | 10110111 | 1011001 | 100110 |
Color Harmonies of #0BAEB8
Complementary color
Monochromatic Colors of #0BAEB8
Black with #0BAEB8
Text Example
Text Example
White with #0BAEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAEB8; }
p { color: rgb(11,174,184); }
H1.HeaderClassName
{
color: #0BAEB8;
}
.AnyTagClassName
{
color: #0BAEB8;
}
</style>
background-color css
<style>
a { background-color: #0BAEB8; }
a { background-color: rgb(11,174,184); }
div.DivClassName
{
background-color: #0BAEB8;
}
.BgClassName
{
background-color: #0BAEB8;
}
</style>
border-color css
<style>
span { border-color: #0BAEB8; }
span { border-color: rgb(11,174,184); }
td.TdClassName
{
border-color: #0BAEB8;
}
.TagClassName
{
border-color: #0BAEB8;
}
</style>