Shades of Iris Blue #0BBBD7
Tints of Iris Blue #0BBBD7
RGB
CMYK
RGB Variations
Color information
#0BBBD7 (or 0x0BBBD7) is known color: Iris Blue. HEX triplet: 0B, BB and D7. RGB value is (11,187,215). Sum of RGB (Red+Green+Blue) = 11+187+215=413 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.66% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 215 (84.38% from 255 or 52.06% from 413); Max value from RGB is 215 - color contains mainly: blue. Hex color #0BBBD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBBD7 is #F44428. Grayscale: #898989. Windows color (decimal): -16008233 or 14138123. OLE color: 14138123.
HSL color Cylindrical-coordinate representation of color #0BBBD7: hue angle of 188.24º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBBD7 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 187 | 215 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.16 |
| HSL | 188.24º | 0.9% | 0.44% | - |
| HSV(B) | 188.24º | 0.95% | 0.84% | - |
| XYZ | 30.17 | 40.52 | 70.52 | - |
| YUV | 137.57 | 171.69 | 37.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 215 | 0.95 | 0.13 | 0 | 0.16 | 188.24 | 0.9 | 0.44 |
| Hex | B | BB | D7 | 5F | D | 0 | 10 | BC | 5A | 2C |
| Octal | 13 | 273 | 327 | 137 | 15 | 0 | 20 | 274 | 132 | 54 |
| Binary | 1011 | 10111011 | 11010111 | 1011111 | 1101 | 0 | 10000 | 10111100 | 1011010 | 101100 |
Color Harmonies of #0BBBD7
Complementary color
Monochromatic Colors of #0BBBD7
Black with #0BBBD7
Text Example
Text Example
White with #0BBBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBBD7; }
p { color: rgb(11,187,215); }
H1.HeaderClassName
{
color: #0BBBD7;
}
.AnyTagClassName
{
color: #0BBBD7;
}
</style>
background-color css
<style>
a { background-color: #0BBBD7; }
a { background-color: rgb(11,187,215); }
div.DivClassName
{
background-color: #0BBBD7;
}
.BgClassName
{
background-color: #0BBBD7;
}
</style>
border-color css
<style>
span { border-color: #0BBBD7; }
span { border-color: rgb(11,187,215); }
td.TdClassName
{
border-color: #0BBBD7;
}
.TagClassName
{
border-color: #0BBBD7;
}
</style>