Shades of Iris Blue #0BB0E3
Tints of Iris Blue #0BB0E3
RGB
CMYK
RGB Variations
Color information
#0BB0E3 (or 0x0BB0E3) is known color: Iris Blue. HEX triplet: 0B, B0 and E3. RGB value is (11,176,227). Sum of RGB (Red+Green+Blue) = 11+176+227=414 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 227 (89.06% from 255 or 54.83% from 414); Max value from RGB is 227 - color contains mainly: blue. Hex color #0BB0E3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BB0E3 is #F44F1C. Grayscale: #848484. Windows color (decimal): -16011037 or 14921739. OLE color: 14921739.
HSL color Cylindrical-coordinate representation of color #0BB0E3: hue angle of 194.17º 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 #0BB0E3 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 11 | 176 | 227 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.11 |
| HSL | 194.17º | 0.91% | 0.47% | - |
| HSV(B) | 194.17º | 0.95% | 0.89% | - |
| XYZ | 29.53 | 36.67 | 78.19 | - |
| YUV | 132.48 | 181.34 | 41.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 176 | 227 | 0.95 | 0.22 | 0 | 0.11 | 194.17 | 0.91 | 0.47 |
| Hex | B | B0 | E3 | 5F | 16 | 0 | B | C2 | 5B | 2F |
| Octal | 13 | 260 | 343 | 137 | 26 | 0 | 13 | 302 | 133 | 57 |
| Binary | 1011 | 10110000 | 11100011 | 1011111 | 10110 | 0 | 1011 | 11000010 | 1011011 | 101111 |
Color Harmonies of #0BB0E3
Complementary color
Monochromatic Colors of #0BB0E3
Black with #0BB0E3
Text Example
Text Example
White with #0BB0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB0E3; }
p { color: rgb(11,176,227); }
H1.HeaderClassName
{
color: #0BB0E3;
}
.AnyTagClassName
{
color: #0BB0E3;
}
</style>
background-color css
<style>
a { background-color: #0BB0E3; }
a { background-color: rgb(11,176,227); }
div.DivClassName
{
background-color: #0BB0E3;
}
.BgClassName
{
background-color: #0BB0E3;
}
</style>
border-color css
<style>
span { border-color: #0BB0E3; }
span { border-color: rgb(11,176,227); }
td.TdClassName
{
border-color: #0BB0E3;
}
.TagClassName
{
border-color: #0BB0E3;
}
</style>