Shades of Iris Blue #0BBCE1
Tints of Iris Blue #0BBCE1
RGB
CMYK
RGB Variations
Color information
#0BBCE1 (or 0x0BBCE1) is known color: Iris Blue. HEX triplet: 0B, BC and E1. RGB value is (11,188,225). Sum of RGB (Red+Green+Blue) = 11+188+225=424 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.59% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 225 (88.28% from 255 or 53.07% from 424); Max value from RGB is 225 - color contains mainly: blue. Hex color #0BBCE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCE1 is #F4431E. Grayscale: #8A8A8A. Windows color (decimal): -16007967 or 14793739. OLE color: 14793739.
HSL color Cylindrical-coordinate representation of color #0BBCE1: hue angle of 190.37º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBCE1 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 188 | 225 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.12 |
| HSL | 190.37º | 0.91% | 0.46% | - |
| HSV(B) | 190.37º | 0.95% | 0.88% | - |
| XYZ | 31.71 | 41.47 | 77.57 | - |
| YUV | 139.3 | 176.36 | 36.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 225 | 0.95 | 0.16 | 0 | 0.12 | 190.37 | 0.91 | 0.46 |
| Hex | B | BC | E1 | 5F | 10 | 0 | C | BE | 5B | 2E |
| Octal | 13 | 274 | 341 | 137 | 20 | 0 | 14 | 276 | 133 | 56 |
| Binary | 1011 | 10111100 | 11100001 | 1011111 | 10000 | 0 | 1100 | 10111110 | 1011011 | 101110 |
Color Harmonies of #0BBCE1
Complementary color
Monochromatic Colors of #0BBCE1
Black with #0BBCE1
Text Example
Text Example
White with #0BBCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBCE1; }
p { color: rgb(11,188,225); }
H1.HeaderClassName
{
color: #0BBCE1;
}
.AnyTagClassName
{
color: #0BBCE1;
}
</style>
background-color css
<style>
a { background-color: #0BBCE1; }
a { background-color: rgb(11,188,225); }
div.DivClassName
{
background-color: #0BBCE1;
}
.BgClassName
{
background-color: #0BBCE1;
}
</style>
border-color css
<style>
span { border-color: #0BBCE1; }
span { border-color: rgb(11,188,225); }
td.TdClassName
{
border-color: #0BBCE1;
}
.TagClassName
{
border-color: #0BBCE1;
}
</style>