Shades of Iris Blue #0BAEC9
Tints of Iris Blue #0BAEC9
RGB
CMYK
RGB Variations
Color information
#0BAEC9 (or 0x0BAEC9) is known color: Iris Blue. HEX triplet: 0B, AE and C9. RGB value is (11,174,201). Sum of RGB (Red+Green+Blue) = 11+174+201=386 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.85% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 201 (78.91% from 255 or 52.07% from 386); Max value from RGB is 201 - color contains mainly: blue. Hex color #0BAEC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAEC9 is #F45136. Grayscale: #808080. Windows color (decimal): -16011575 or 13217291. OLE color: 13217291.
HSL color Cylindrical-coordinate representation of color #0BAEC9: hue angle of 188.53º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BAEC9 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 174 | 201 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.21 |
| HSL | 188.53º | 0.9% | 0.42% | - |
| HSV(B) | 188.53º | 0.95% | 0.79% | - |
| XYZ | 25.82 | 34.56 | 60.57 | - |
| YUV | 128.34 | 169 | 44.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 201 | 0.95 | 0.13 | 0 | 0.21 | 188.53 | 0.9 | 0.42 |
| Hex | B | AE | C9 | 5F | D | 0 | 15 | BD | 5A | 2A |
| Octal | 13 | 256 | 311 | 137 | 15 | 0 | 25 | 275 | 132 | 52 |
| Binary | 1011 | 10101110 | 11001001 | 1011111 | 1101 | 0 | 10101 | 10111101 | 1011010 | 101010 |
Color Harmonies of #0BAEC9
Complementary color
Monochromatic Colors of #0BAEC9
Black with #0BAEC9
Text Example
Text Example
White with #0BAEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAEC9; }
p { color: rgb(11,174,201); }
H1.HeaderClassName
{
color: #0BAEC9;
}
.AnyTagClassName
{
color: #0BAEC9;
}
</style>
background-color css
<style>
a { background-color: #0BAEC9; }
a { background-color: rgb(11,174,201); }
div.DivClassName
{
background-color: #0BAEC9;
}
.BgClassName
{
background-color: #0BAEC9;
}
</style>
border-color css
<style>
span { border-color: #0BAEC9; }
span { border-color: rgb(11,174,201); }
td.TdClassName
{
border-color: #0BAEC9;
}
.TagClassName
{
border-color: #0BAEC9;
}
</style>