Shades of Iris Blue #0BBBDB
Tints of Iris Blue #0BBBDB
RGB
CMYK
RGB Variations
Color information
#0BBBDB (or 0x0BBBDB) is known color: Iris Blue. HEX triplet: 0B, BB and DB. RGB value is (11,187,219). Sum of RGB (Red+Green+Blue) = 11+187+219=417 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.64% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #0BBBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBBDB is #F44424. Grayscale: #898989. Windows color (decimal): -16008229 or 14400267. OLE color: 14400267.
HSL color Cylindrical-coordinate representation of color #0BBBDB: hue angle of 189.23º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBBDB is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 187 | 219 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.14 |
| HSL | 189.23º | 0.9% | 0.45% | - |
| HSV(B) | 189.23º | 0.95% | 0.86% | - |
| XYZ | 30.69 | 40.73 | 73.26 | - |
| YUV | 138.02 | 173.69 | 37.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 219 | 0.95 | 0.15 | 0 | 0.14 | 189.23 | 0.9 | 0.45 |
| Hex | B | BB | DB | 5F | F | 0 | E | BD | 5A | 2D |
| Octal | 13 | 273 | 333 | 137 | 17 | 0 | 16 | 275 | 132 | 55 |
| Binary | 1011 | 10111011 | 11011011 | 1011111 | 1111 | 0 | 1110 | 10111101 | 1011010 | 101101 |
Color Harmonies of #0BBBDB
Complementary color
Monochromatic Colors of #0BBBDB
Black with #0BBBDB
Text Example
Text Example
White with #0BBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBBDB; }
p { color: rgb(11,187,219); }
H1.HeaderClassName
{
color: #0BBBDB;
}
.AnyTagClassName
{
color: #0BBBDB;
}
</style>
background-color css
<style>
a { background-color: #0BBBDB; }
a { background-color: rgb(11,187,219); }
div.DivClassName
{
background-color: #0BBBDB;
}
.BgClassName
{
background-color: #0BBBDB;
}
</style>
border-color css
<style>
span { border-color: #0BBBDB; }
span { border-color: rgb(11,187,219); }
td.TdClassName
{
border-color: #0BBBDB;
}
.TagClassName
{
border-color: #0BBBDB;
}
</style>