Shades of Iris Blue #0BB2DE
Tints of Iris Blue #0BB2DE
RGB
CMYK
RGB Variations
Color information
#0BB2DE (or 0x0BB2DE) is known color: Iris Blue. HEX triplet: 0B, B2 and DE. RGB value is (11,178,222). Sum of RGB (Red+Green+Blue) = 11+178+222=411 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.68% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #0BB2DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BB2DE is #F44D21. Grayscale: #848484. Windows color (decimal): -16010530 or 14594571. OLE color: 14594571.
HSL color Cylindrical-coordinate representation of color #0BB2DE: hue angle of 192.51º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BB2DE is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 178 | 222 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.13 |
| HSL | 192.51º | 0.91% | 0.46% | - |
| HSV(B) | 192.51º | 0.95% | 0.87% | - |
| XYZ | 29.24 | 37.19 | 74.74 | - |
| YUV | 133.08 | 178.17 | 40.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 178 | 222 | 0.95 | 0.20 | 0 | 0.13 | 192.51 | 0.91 | 0.46 |
| Hex | B | B2 | DE | 5F | 14 | 0 | D | C1 | 5B | 2E |
| Octal | 13 | 262 | 336 | 137 | 24 | 0 | 15 | 301 | 133 | 56 |
| Binary | 1011 | 10110010 | 11011110 | 1011111 | 10100 | 0 | 1101 | 11000001 | 1011011 | 101110 |
Color Harmonies of #0BB2DE
Complementary color
Monochromatic Colors of #0BB2DE
Black with #0BB2DE
Text Example
Text Example
White with #0BB2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB2DE; }
p { color: rgb(11,178,222); }
H1.HeaderClassName
{
color: #0BB2DE;
}
.AnyTagClassName
{
color: #0BB2DE;
}
</style>
background-color css
<style>
a { background-color: #0BB2DE; }
a { background-color: rgb(11,178,222); }
div.DivClassName
{
background-color: #0BB2DE;
}
.BgClassName
{
background-color: #0BB2DE;
}
</style>
border-color css
<style>
span { border-color: #0BB2DE; }
span { border-color: rgb(11,178,222); }
td.TdClassName
{
border-color: #0BB2DE;
}
.TagClassName
{
border-color: #0BB2DE;
}
</style>