Shades of Iris Blue #0BAACB
Tints of Iris Blue #0BAACB
RGB
CMYK
RGB Variations
Color information
#0BAACB (or 0x0BAACB) is known color: Iris Blue. HEX triplet: 0B, AA and CB. RGB value is (11,170,203). Sum of RGB (Red+Green+Blue) = 11+170+203=384 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #0BAACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAACB is #F45534. Grayscale: #7D7D7D. Windows color (decimal): -16012597 or 13347339. OLE color: 13347339.
HSL color Cylindrical-coordinate representation of color #0BAACB: hue angle of 190.31º 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 #0BAACB is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 170 | 203 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.20 |
| HSL | 190.31º | 0.9% | 0.42% | - |
| HSV(B) | 190.31º | 0.95% | 0.8% | - |
| XYZ | 25.29 | 33.13 | 61.56 | - |
| YUV | 126.22 | 171.32 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 170 | 203 | 0.95 | 0.16 | 0 | 0.20 | 190.31 | 0.9 | 0.42 |
| Hex | B | AA | CB | 5F | 10 | 0 | 14 | BE | 5A | 2A |
| Octal | 13 | 252 | 313 | 137 | 20 | 0 | 24 | 276 | 132 | 52 |
| Binary | 1011 | 10101010 | 11001011 | 1011111 | 10000 | 0 | 10100 | 10111110 | 1011010 | 101010 |
Color Harmonies of #0BAACB
Complementary color
Monochromatic Colors of #0BAACB
Black with #0BAACB
Text Example
Text Example
White with #0BAACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAACB; }
p { color: rgb(11,170,203); }
H1.HeaderClassName
{
color: #0BAACB;
}
.AnyTagClassName
{
color: #0BAACB;
}
</style>
background-color css
<style>
a { background-color: #0BAACB; }
a { background-color: rgb(11,170,203); }
div.DivClassName
{
background-color: #0BAACB;
}
.BgClassName
{
background-color: #0BAACB;
}
</style>
border-color css
<style>
span { border-color: #0BAACB; }
span { border-color: rgb(11,170,203); }
td.TdClassName
{
border-color: #0BAACB;
}
.TagClassName
{
border-color: #0BAACB;
}
</style>