Shades of Iris Blue #0BBCDA
Tints of Iris Blue #0BBCDA
RGB
CMYK
RGB Variations
Color information
#0BBCDA (or 0x0BBCDA) is known color: Iris Blue. HEX triplet: 0B, BC and DA. RGB value is (11,188,218). Sum of RGB (Red+Green+Blue) = 11+188+218=417 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.64% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #0BBCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCDA is #F44325. Grayscale: #8A8A8A. Windows color (decimal): -16007974 or 14334987. OLE color: 14334987.
HSL color Cylindrical-coordinate representation of color #0BBCDA: hue angle of 188.7º 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 #0BBCDA is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 188 | 218 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.15 |
| HSL | 188.7º | 0.9% | 0.45% | - |
| HSV(B) | 188.7º | 0.95% | 0.85% | - |
| XYZ | 30.78 | 41.1 | 72.64 | - |
| YUV | 138.5 | 172.86 | 37.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 218 | 0.95 | 0.14 | 0 | 0.15 | 188.7 | 0.9 | 0.45 |
| Hex | B | BC | DA | 5F | E | 0 | F | BD | 5A | 2D |
| Octal | 13 | 274 | 332 | 137 | 16 | 0 | 17 | 275 | 132 | 55 |
| Binary | 1011 | 10111100 | 11011010 | 1011111 | 1110 | 0 | 1111 | 10111101 | 1011010 | 101101 |
Color Harmonies of #0BBCDA
Complementary color
Monochromatic Colors of #0BBCDA
Black with #0BBCDA
Text Example
Text Example
White with #0BBCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBCDA; }
p { color: rgb(11,188,218); }
H1.HeaderClassName
{
color: #0BBCDA;
}
.AnyTagClassName
{
color: #0BBCDA;
}
</style>
background-color css
<style>
a { background-color: #0BBCDA; }
a { background-color: rgb(11,188,218); }
div.DivClassName
{
background-color: #0BBCDA;
}
.BgClassName
{
background-color: #0BBCDA;
}
</style>
border-color css
<style>
span { border-color: #0BBCDA; }
span { border-color: rgb(11,188,218); }
td.TdClassName
{
border-color: #0BBCDA;
}
.TagClassName
{
border-color: #0BBCDA;
}
</style>