Shades of Iris Blue #0BBEDD
Tints of Iris Blue #0BBEDD
RGB
CMYK
RGB Variations
Color information
#0BBEDD (or 0x0BBEDD) is known color: Iris Blue. HEX triplet: 0B, BE and DD. RGB value is (11,190,221). Sum of RGB (Red+Green+Blue) = 11+190+221=422 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #0BBEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBEDD is #F44122. Grayscale: #8B8B8B. Windows color (decimal): -16007459 or 14532107. OLE color: 14532107.
HSL color Cylindrical-coordinate representation of color #0BBEDD: hue angle of 188.86º 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 #0BBEDD is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 190 | 221 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.13 |
| HSL | 188.86º | 0.91% | 0.45% | - |
| HSV(B) | 188.86º | 0.95% | 0.87% | - |
| XYZ | 31.6 | 42.12 | 74.87 | - |
| YUV | 140.01 | 173.7 | 35.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 190 | 221 | 0.95 | 0.14 | 0 | 0.13 | 188.86 | 0.91 | 0.45 |
| Hex | B | BE | DD | 5F | E | 0 | D | BD | 5B | 2D |
| Octal | 13 | 276 | 335 | 137 | 16 | 0 | 15 | 275 | 133 | 55 |
| Binary | 1011 | 10111110 | 11011101 | 1011111 | 1110 | 0 | 1101 | 10111101 | 1011011 | 101101 |
Color Harmonies of #0BBEDD
Complementary color
Monochromatic Colors of #0BBEDD
Black with #0BBEDD
Text Example
Text Example
White with #0BBEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBEDD; }
p { color: rgb(11,190,221); }
H1.HeaderClassName
{
color: #0BBEDD;
}
.AnyTagClassName
{
color: #0BBEDD;
}
</style>
background-color css
<style>
a { background-color: #0BBEDD; }
a { background-color: rgb(11,190,221); }
div.DivClassName
{
background-color: #0BBEDD;
}
.BgClassName
{
background-color: #0BBEDD;
}
</style>
border-color css
<style>
span { border-color: #0BBEDD; }
span { border-color: rgb(11,190,221); }
td.TdClassName
{
border-color: #0BBEDD;
}
.TagClassName
{
border-color: #0BBEDD;
}
</style>