Shades of Iris Blue #0BBCC3
Tints of Iris Blue #0BBCC3
RGB
CMYK
RGB Variations
Color information
#0BBCC3 (or 0x0BBCC3) is known color: Iris Blue. HEX triplet: 0B, BC and C3. RGB value is (11,188,195). Sum of RGB (Red+Green+Blue) = 11+188+195=394 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.79% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 195 (76.56% from 255 or 49.49% from 394); Max value from RGB is 195 - color contains mainly: blue. Hex color #0BBCC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCC3 is #F4433C. Grayscale: #878787. Windows color (decimal): -16007997 or 12827659. OLE color: 12827659.
HSL color Cylindrical-coordinate representation of color #0BBCC3: hue angle of 182.28º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBCC3 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 188 | 195 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.24 |
| HSL | 182.28º | 0.89% | 0.4% | - |
| HSV(B) | 182.28º | 0.94% | 0.76% | - |
| XYZ | 27.97 | 39.98 | 57.87 | - |
| YUV | 135.88 | 161.36 | 38.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 195 | 0.94 | 0.04 | 0 | 0.24 | 182.28 | 0.89 | 0.4 |
| Hex | B | BC | C3 | 5E | 4 | 0 | 18 | B6 | 59 | 28 |
| Octal | 13 | 274 | 303 | 136 | 4 | 0 | 30 | 266 | 131 | 50 |
| Binary | 1011 | 10111100 | 11000011 | 1011110 | 100 | 0 | 11000 | 10110110 | 1011001 | 101000 |
Color Harmonies of #0BBCC3
Complementary color
Monochromatic Colors of #0BBCC3
Black with #0BBCC3
Text Example
Text Example
White with #0BBCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBCC3; }
p { color: rgb(11,188,195); }
H1.HeaderClassName
{
color: #0BBCC3;
}
.AnyTagClassName
{
color: #0BBCC3;
}
</style>
background-color css
<style>
a { background-color: #0BBCC3; }
a { background-color: rgb(11,188,195); }
div.DivClassName
{
background-color: #0BBCC3;
}
.BgClassName
{
background-color: #0BBCC3;
}
</style>
border-color css
<style>
span { border-color: #0BBCC3; }
span { border-color: rgb(11,188,195); }
td.TdClassName
{
border-color: #0BBCC3;
}
.TagClassName
{
border-color: #0BBCC3;
}
</style>