Shades of Iris Blue #0BBCE3
Tints of Iris Blue #0BBCE3
RGB
CMYK
RGB Variations
Color information
#0BBCE3 (or 0x0BBCE3) is known color: Iris Blue. HEX triplet: 0B, BC and E3. RGB value is (11,188,227). Sum of RGB (Red+Green+Blue) = 11+188+227=426 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.58% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 227 (89.06% from 255 or 53.29% from 426); Max value from RGB is 227 - color contains mainly: blue. Hex color #0BBCE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCE3 is #F4431C. Grayscale: #8B8B8B. Windows color (decimal): -16007965 or 14924811. OLE color: 14924811.
HSL color Cylindrical-coordinate representation of color #0BBCE3: hue angle of 190.83º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBCE3 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 188 | 227 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.11 |
| HSL | 190.83º | 0.91% | 0.47% | - |
| HSV(B) | 190.83º | 0.95% | 0.89% | - |
| XYZ | 31.99 | 41.58 | 79.01 | - |
| YUV | 139.52 | 177.36 | 36.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 227 | 0.95 | 0.17 | 0 | 0.11 | 190.83 | 0.91 | 0.47 |
| Hex | B | BC | E3 | 5F | 11 | 0 | B | BF | 5B | 2F |
| Octal | 13 | 274 | 343 | 137 | 21 | 0 | 13 | 277 | 133 | 57 |
| Binary | 1011 | 10111100 | 11100011 | 1011111 | 10001 | 0 | 1011 | 10111111 | 1011011 | 101111 |
Color Harmonies of #0BBCE3
Complementary color
Monochromatic Colors of #0BBCE3
Black with #0BBCE3
Text Example
Text Example
White with #0BBCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBCE3; }
p { color: rgb(11,188,227); }
H1.HeaderClassName
{
color: #0BBCE3;
}
.AnyTagClassName
{
color: #0BBCE3;
}
</style>
background-color css
<style>
a { background-color: #0BBCE3; }
a { background-color: rgb(11,188,227); }
div.DivClassName
{
background-color: #0BBCE3;
}
.BgClassName
{
background-color: #0BBCE3;
}
</style>
border-color css
<style>
span { border-color: #0BBCE3; }
span { border-color: rgb(11,188,227); }
td.TdClassName
{
border-color: #0BBCE3;
}
.TagClassName
{
border-color: #0BBCE3;
}
</style>