Shades of Iris Blue #0BBCDB
Tints of Iris Blue #0BBCDB
RGB
CMYK
RGB Variations
Color information
#0BBCDB (or 0x0BBCDB) is known color: Iris Blue. HEX triplet: 0B, BC and DB. RGB value is (11,188,219). Sum of RGB (Red+Green+Blue) = 11+188+219=418 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.63% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #0BBCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCDB is #F44324. Grayscale: #8A8A8A. Windows color (decimal): -16007973 or 14400523. OLE color: 14400523.
HSL color Cylindrical-coordinate representation of color #0BBCDB: hue angle of 188.94º 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 #0BBCDB is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 188 | 219 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.14 |
| HSL | 188.94º | 0.9% | 0.45% | - |
| HSV(B) | 188.94º | 0.95% | 0.86% | - |
| XYZ | 30.91 | 41.15 | 73.33 | - |
| YUV | 138.61 | 173.36 | 36.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 219 | 0.95 | 0.14 | 0 | 0.14 | 188.94 | 0.9 | 0.45 |
| Hex | B | BC | DB | 5F | E | 0 | E | BD | 5A | 2D |
| Octal | 13 | 274 | 333 | 137 | 16 | 0 | 16 | 275 | 132 | 55 |
| Binary | 1011 | 10111100 | 11011011 | 1011111 | 1110 | 0 | 1110 | 10111101 | 1011010 | 101101 |
Color Harmonies of #0BBCDB
Complementary color
Monochromatic Colors of #0BBCDB
Black with #0BBCDB
Text Example
Text Example
White with #0BBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBCDB; }
p { color: rgb(11,188,219); }
H1.HeaderClassName
{
color: #0BBCDB;
}
.AnyTagClassName
{
color: #0BBCDB;
}
</style>
background-color css
<style>
a { background-color: #0BBCDB; }
a { background-color: rgb(11,188,219); }
div.DivClassName
{
background-color: #0BBCDB;
}
.BgClassName
{
background-color: #0BBCDB;
}
</style>
border-color css
<style>
span { border-color: #0BBCDB; }
span { border-color: rgb(11,188,219); }
td.TdClassName
{
border-color: #0BBCDB;
}
.TagClassName
{
border-color: #0BBCDB;
}
</style>