Shades of Iris Blue #0BBEDB
Tints of Iris Blue #0BBEDB
RGB
CMYK
RGB Variations
Color information
#0BBEDB (or 0x0BBEDB) is known color: Iris Blue. HEX triplet: 0B, BE and DB. RGB value is (11,190,219). Sum of RGB (Red+Green+Blue) = 11+190+219=420 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.62% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #0BBEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBEDB is #F44124. Grayscale: #8B8B8B. Windows color (decimal): -16007461 or 14401035. OLE color: 14401035.
HSL color Cylindrical-coordinate representation of color #0BBEDB: hue angle of 188.37º 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 #0BBEDB is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 190 | 219 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.14 |
| HSL | 188.37º | 0.9% | 0.45% | - |
| HSV(B) | 188.37º | 0.95% | 0.86% | - |
| XYZ | 31.34 | 42.01 | 73.48 | - |
| YUV | 139.79 | 172.7 | 36.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 190 | 219 | 0.95 | 0.13 | 0 | 0.14 | 188.37 | 0.9 | 0.45 |
| Hex | B | BE | DB | 5F | D | 0 | E | BC | 5A | 2D |
| Octal | 13 | 276 | 333 | 137 | 15 | 0 | 16 | 274 | 132 | 55 |
| Binary | 1011 | 10111110 | 11011011 | 1011111 | 1101 | 0 | 1110 | 10111100 | 1011010 | 101101 |
Color Harmonies of #0BBEDB
Complementary color
Monochromatic Colors of #0BBEDB
Black with #0BBEDB
Text Example
Text Example
White with #0BBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBEDB; }
p { color: rgb(11,190,219); }
H1.HeaderClassName
{
color: #0BBEDB;
}
.AnyTagClassName
{
color: #0BBEDB;
}
</style>
background-color css
<style>
a { background-color: #0BBEDB; }
a { background-color: rgb(11,190,219); }
div.DivClassName
{
background-color: #0BBEDB;
}
.BgClassName
{
background-color: #0BBEDB;
}
</style>
border-color css
<style>
span { border-color: #0BBEDB; }
span { border-color: rgb(11,190,219); }
td.TdClassName
{
border-color: #0BBEDB;
}
.TagClassName
{
border-color: #0BBEDB;
}
</style>