Shades of Iris Blue #0BAECB
Tints of Iris Blue #0BAECB
RGB
CMYK
RGB Variations
Color information
#0BAECB (or 0x0BAECB) is known color: Iris Blue. HEX triplet: 0B, AE and CB. RGB value is (11,174,203). Sum of RGB (Red+Green+Blue) = 11+174+203=388 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #0BAECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAECB is #F45134. Grayscale: #808080. Windows color (decimal): -16011573 or 13348363. OLE color: 13348363.
HSL color Cylindrical-coordinate representation of color #0BAECB: hue angle of 189.06º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BAECB is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 174 | 203 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.20 |
| HSL | 189.06º | 0.9% | 0.42% | - |
| HSV(B) | 189.06º | 0.95% | 0.8% | - |
| XYZ | 26.05 | 34.66 | 61.82 | - |
| YUV | 128.57 | 170 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 203 | 0.95 | 0.14 | 0 | 0.20 | 189.06 | 0.9 | 0.42 |
| Hex | B | AE | CB | 5F | E | 0 | 14 | BD | 5A | 2A |
| Octal | 13 | 256 | 313 | 137 | 16 | 0 | 24 | 275 | 132 | 52 |
| Binary | 1011 | 10101110 | 11001011 | 1011111 | 1110 | 0 | 10100 | 10111101 | 1011010 | 101010 |
Color Harmonies of #0BAECB
Complementary color
Monochromatic Colors of #0BAECB
Black with #0BAECB
Text Example
Text Example
White with #0BAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAECB; }
p { color: rgb(11,174,203); }
H1.HeaderClassName
{
color: #0BAECB;
}
.AnyTagClassName
{
color: #0BAECB;
}
</style>
background-color css
<style>
a { background-color: #0BAECB; }
a { background-color: rgb(11,174,203); }
div.DivClassName
{
background-color: #0BAECB;
}
.BgClassName
{
background-color: #0BAECB;
}
</style>
border-color css
<style>
span { border-color: #0BAECB; }
span { border-color: rgb(11,174,203); }
td.TdClassName
{
border-color: #0BAECB;
}
.TagClassName
{
border-color: #0BAECB;
}
</style>