Shades of Iris Blue #0BBCD5
Tints of Iris Blue #0BBCD5
RGB
CMYK
RGB Variations
Color information
#0BBCD5 (or 0x0BBCD5) is known color: Iris Blue. HEX triplet: 0B, BC and D5. RGB value is (11,188,213). Sum of RGB (Red+Green+Blue) = 11+188+213=412 (54% of max value = 765). Red value is 11 (4.69% from 255 or 2.67% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 213 (83.59% from 255 or 51.70% from 412); Max value from RGB is 213 - color contains mainly: blue. Hex color #0BBCD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCD5 is #F4432A. Grayscale: #898989. Windows color (decimal): -16007979 or 14007307. OLE color: 14007307.
HSL color Cylindrical-coordinate representation of color #0BBCD5: hue angle of 187.43º 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 #0BBCD5 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 188 | 213 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.16 |
| HSL | 187.43º | 0.9% | 0.44% | - |
| HSV(B) | 187.43º | 0.95% | 0.84% | - |
| XYZ | 30.13 | 40.84 | 69.25 | - |
| YUV | 137.93 | 170.36 | 37.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 213 | 0.95 | 0.12 | 0 | 0.16 | 187.43 | 0.9 | 0.44 |
| Hex | B | BC | D5 | 5F | C | 0 | 10 | BB | 5A | 2C |
| Octal | 13 | 274 | 325 | 137 | 14 | 0 | 20 | 273 | 132 | 54 |
| Binary | 1011 | 10111100 | 11010101 | 1011111 | 1100 | 0 | 10000 | 10111011 | 1011010 | 101100 |
Color Harmonies of #0BBCD5
Complementary color
Monochromatic Colors of #0BBCD5
Black with #0BBCD5
Text Example
Text Example
White with #0BBCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBCD5; }
p { color: rgb(11,188,213); }
H1.HeaderClassName
{
color: #0BBCD5;
}
.AnyTagClassName
{
color: #0BBCD5;
}
</style>
background-color css
<style>
a { background-color: #0BBCD5; }
a { background-color: rgb(11,188,213); }
div.DivClassName
{
background-color: #0BBCD5;
}
.BgClassName
{
background-color: #0BBCD5;
}
</style>
border-color css
<style>
span { border-color: #0BBCD5; }
span { border-color: rgb(11,188,213); }
td.TdClassName
{
border-color: #0BBCD5;
}
.TagClassName
{
border-color: #0BBCD5;
}
</style>