Shades of Iris Blue #0BBADD
Tints of Iris Blue #0BBADD
RGB
CMYK
RGB Variations
Color information
#0BBADD (or 0x0BBADD) is known color: Iris Blue. HEX triplet: 0B, BA and DD. RGB value is (11,186,221). Sum of RGB (Red+Green+Blue) = 11+186+221=418 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.63% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #0BBADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBADD is #F44522. Grayscale: #898989. Windows color (decimal): -16008483 or 14531083. OLE color: 14531083.
HSL color Cylindrical-coordinate representation of color #0BBADD: hue angle of 190º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBADD is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 186 | 221 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.13 |
| HSL | 190º | 0.91% | 0.45% | - |
| HSV(B) | 190º | 0.95% | 0.87% | - |
| XYZ | 30.75 | 40.41 | 74.59 | - |
| YUV | 137.67 | 175.02 | 37.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 221 | 0.95 | 0.16 | 0 | 0.13 | 190 | 0.91 | 0.45 |
| Hex | B | BA | DD | 5F | 10 | 0 | D | BE | 5B | 2D |
| Octal | 13 | 272 | 335 | 137 | 20 | 0 | 15 | 276 | 133 | 55 |
| Binary | 1011 | 10111010 | 11011101 | 1011111 | 10000 | 0 | 1101 | 10111110 | 1011011 | 101101 |
Color Harmonies of #0BBADD
Complementary color
Monochromatic Colors of #0BBADD
Black with #0BBADD
Text Example
Text Example
White with #0BBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBADD; }
p { color: rgb(11,186,221); }
H1.HeaderClassName
{
color: #0BBADD;
}
.AnyTagClassName
{
color: #0BBADD;
}
</style>
background-color css
<style>
a { background-color: #0BBADD; }
a { background-color: rgb(11,186,221); }
div.DivClassName
{
background-color: #0BBADD;
}
.BgClassName
{
background-color: #0BBADD;
}
</style>
border-color css
<style>
span { border-color: #0BBADD; }
span { border-color: rgb(11,186,221); }
td.TdClassName
{
border-color: #0BBADD;
}
.TagClassName
{
border-color: #0BBADD;
}
</style>