Shades of Iris Blue #0BBEDA
Tints of Iris Blue #0BBEDA
RGB
CMYK
RGB Variations
Color information
#0BBEDA (or 0x0BBEDA) is known color: Iris Blue. HEX triplet: 0B, BE and DA. RGB value is (11,190,218). Sum of RGB (Red+Green+Blue) = 11+190+218=419 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.63% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #0BBEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBEDA is #F44125. Grayscale: #8B8B8B. Windows color (decimal): -16007462 or 14335499. OLE color: 14335499.
HSL color Cylindrical-coordinate representation of color #0BBEDA: hue angle of 188.12º 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 #0BBEDA is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 190 | 218 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.15 |
| HSL | 188.12º | 0.9% | 0.45% | - |
| HSV(B) | 188.12º | 0.95% | 0.85% | - |
| XYZ | 31.21 | 41.96 | 72.78 | - |
| YUV | 139.67 | 172.2 | 36.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 190 | 218 | 0.95 | 0.13 | 0 | 0.15 | 188.12 | 0.9 | 0.45 |
| Hex | B | BE | DA | 5F | D | 0 | F | BC | 5A | 2D |
| Octal | 13 | 276 | 332 | 137 | 15 | 0 | 17 | 274 | 132 | 55 |
| Binary | 1011 | 10111110 | 11011010 | 1011111 | 1101 | 0 | 1111 | 10111100 | 1011010 | 101101 |
Color Harmonies of #0BBEDA
Complementary color
Monochromatic Colors of #0BBEDA
Black with #0BBEDA
Text Example
Text Example
White with #0BBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBEDA; }
p { color: rgb(11,190,218); }
H1.HeaderClassName
{
color: #0BBEDA;
}
.AnyTagClassName
{
color: #0BBEDA;
}
</style>
background-color css
<style>
a { background-color: #0BBEDA; }
a { background-color: rgb(11,190,218); }
div.DivClassName
{
background-color: #0BBEDA;
}
.BgClassName
{
background-color: #0BBEDA;
}
</style>
border-color css
<style>
span { border-color: #0BBEDA; }
span { border-color: rgb(11,190,218); }
td.TdClassName
{
border-color: #0BBEDA;
}
.TagClassName
{
border-color: #0BBEDA;
}
</style>