Shades of Iris Blue #0BBADB
Tints of Iris Blue #0BBADB
RGB
CMYK
RGB Variations
Color information
#0BBADB (or 0x0BBADB) is known color: Iris Blue. HEX triplet: 0B, BA and DB. RGB value is (11,186,219). Sum of RGB (Red+Green+Blue) = 11+186+219=416 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.64% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #0BBADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBADB is #F44524. Grayscale: #898989. Windows color (decimal): -16008485 or 14400011. OLE color: 14400011.
HSL color Cylindrical-coordinate representation of color #0BBADB: hue angle of 189.52º 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 #0BBADB is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 186 | 219 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.14 |
| HSL | 189.52º | 0.9% | 0.45% | - |
| HSV(B) | 189.52º | 0.95% | 0.86% | - |
| XYZ | 30.48 | 40.3 | 73.19 | - |
| YUV | 137.44 | 174.02 | 37.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 219 | 0.95 | 0.15 | 0 | 0.14 | 189.52 | 0.9 | 0.45 |
| Hex | B | BA | DB | 5F | F | 0 | E | BE | 5A | 2D |
| Octal | 13 | 272 | 333 | 137 | 17 | 0 | 16 | 276 | 132 | 55 |
| Binary | 1011 | 10111010 | 11011011 | 1011111 | 1111 | 0 | 1110 | 10111110 | 1011010 | 101101 |
Color Harmonies of #0BBADB
Complementary color
Monochromatic Colors of #0BBADB
Black with #0BBADB
Text Example
Text Example
White with #0BBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBADB; }
p { color: rgb(11,186,219); }
H1.HeaderClassName
{
color: #0BBADB;
}
.AnyTagClassName
{
color: #0BBADB;
}
</style>
background-color css
<style>
a { background-color: #0BBADB; }
a { background-color: rgb(11,186,219); }
div.DivClassName
{
background-color: #0BBADB;
}
.BgClassName
{
background-color: #0BBADB;
}
</style>
border-color css
<style>
span { border-color: #0BBADB; }
span { border-color: rgb(11,186,219); }
td.TdClassName
{
border-color: #0BBADB;
}
.TagClassName
{
border-color: #0BBADB;
}
</style>