Shades of Iris Blue #0BBADA
Tints of Iris Blue #0BBADA
RGB
CMYK
RGB Variations
Color information
#0BBADA (or 0x0BBADA) is known color: Iris Blue. HEX triplet: 0B, BA and DA. RGB value is (11,186,218). Sum of RGB (Red+Green+Blue) = 11+186+218=415 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.65% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #0BBADA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBADA is #F44525. Grayscale: #898989. Windows color (decimal): -16008486 or 14334475. OLE color: 14334475.
HSL color Cylindrical-coordinate representation of color #0BBADA: hue angle of 189.28º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBADA is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 186 | 218 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.15 |
| HSL | 189.28º | 0.9% | 0.45% | - |
| HSV(B) | 189.28º | 0.95% | 0.85% | - |
| XYZ | 30.35 | 40.25 | 72.5 | - |
| YUV | 137.32 | 173.52 | 37.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 218 | 0.95 | 0.15 | 0 | 0.15 | 189.28 | 0.9 | 0.45 |
| Hex | B | BA | DA | 5F | F | 0 | F | BD | 5A | 2D |
| Octal | 13 | 272 | 332 | 137 | 17 | 0 | 17 | 275 | 132 | 55 |
| Binary | 1011 | 10111010 | 11011010 | 1011111 | 1111 | 0 | 1111 | 10111101 | 1011010 | 101101 |
Color Harmonies of #0BBADA
Complementary color
Monochromatic Colors of #0BBADA
Black with #0BBADA
Text Example
Text Example
White with #0BBADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBADA; }
p { color: rgb(11,186,218); }
H1.HeaderClassName
{
color: #0BBADA;
}
.AnyTagClassName
{
color: #0BBADA;
}
</style>
background-color css
<style>
a { background-color: #0BBADA; }
a { background-color: rgb(11,186,218); }
div.DivClassName
{
background-color: #0BBADA;
}
.BgClassName
{
background-color: #0BBADA;
}
</style>
border-color css
<style>
span { border-color: #0BBADA; }
span { border-color: rgb(11,186,218); }
td.TdClassName
{
border-color: #0BBADA;
}
.TagClassName
{
border-color: #0BBADA;
}
</style>