Shades of Iris Blue #0BBCE2
Tints of Iris Blue #0BBCE2
RGB
CMYK
RGB Variations
Color information
#0BBCE2 (or 0x0BBCE2) is known color: Iris Blue. HEX triplet: 0B, BC and E2. RGB value is (11,188,226). Sum of RGB (Red+Green+Blue) = 11+188+226=425 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.59% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 226 (88.67% from 255 or 53.18% from 425); Max value from RGB is 226 - color contains mainly: blue. Hex color #0BBCE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCE2 is #F4431D. Grayscale: #8B8B8B. Windows color (decimal): -16007966 or 14859275. OLE color: 14859275.
HSL color Cylindrical-coordinate representation of color #0BBCE2: hue angle of 190.6º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBCE2 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 188 | 226 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.11 |
| HSL | 190.6º | 0.91% | 0.46% | - |
| HSV(B) | 190.6º | 0.95% | 0.89% | - |
| XYZ | 31.85 | 41.53 | 78.29 | - |
| YUV | 139.41 | 176.86 | 36.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 226 | 0.95 | 0.17 | 0 | 0.11 | 190.6 | 0.91 | 0.46 |
| Hex | B | BC | E2 | 5F | 11 | 0 | B | BF | 5B | 2E |
| Octal | 13 | 274 | 342 | 137 | 21 | 0 | 13 | 277 | 133 | 56 |
| Binary | 1011 | 10111100 | 11100010 | 1011111 | 10001 | 0 | 1011 | 10111111 | 1011011 | 101110 |
Color Harmonies of #0BBCE2
Complementary color
Monochromatic Colors of #0BBCE2
Black with #0BBCE2
Text Example
Text Example
White with #0BBCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBCE2; }
p { color: rgb(11,188,226); }
H1.HeaderClassName
{
color: #0BBCE2;
}
.AnyTagClassName
{
color: #0BBCE2;
}
</style>
background-color css
<style>
a { background-color: #0BBCE2; }
a { background-color: rgb(11,188,226); }
div.DivClassName
{
background-color: #0BBCE2;
}
.BgClassName
{
background-color: #0BBCE2;
}
</style>
border-color css
<style>
span { border-color: #0BBCE2; }
span { border-color: rgb(11,188,226); }
td.TdClassName
{
border-color: #0BBCE2;
}
.TagClassName
{
border-color: #0BBCE2;
}
</style>