Shades of Iris Blue #0BBCCD
Tints of Iris Blue #0BBCCD
RGB
CMYK
RGB Variations
Color information
#0BBCCD (or 0x0BBCCD) is known color: Iris Blue. HEX triplet: 0B, BC and CD. RGB value is (11,188,205). Sum of RGB (Red+Green+Blue) = 11+188+205=404 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #0BBCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBCCD is #F44332. Grayscale: #888888. Windows color (decimal): -16007987 or 13483019. OLE color: 13483019.
HSL color Cylindrical-coordinate representation of color #0BBCCD: hue angle of 185.26º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BBCCD is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 188 | 205 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.20 |
| HSL | 185.26º | 0.9% | 0.42% | - |
| HSV(B) | 185.26º | 0.95% | 0.8% | - |
| XYZ | 29.14 | 40.45 | 64.03 | - |
| YUV | 137.02 | 166.36 | 38.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 205 | 0.95 | 0.08 | 0 | 0.20 | 185.26 | 0.9 | 0.42 |
| Hex | B | BC | CD | 5F | 8 | 0 | 14 | B9 | 5A | 2A |
| Octal | 13 | 274 | 315 | 137 | 10 | 0 | 24 | 271 | 132 | 52 |
| Binary | 1011 | 10111100 | 11001101 | 1011111 | 1000 | 0 | 10100 | 10111001 | 1011010 | 101010 |
Color Harmonies of #0BBCCD
Complementary color
Monochromatic Colors of #0BBCCD
Black with #0BBCCD
Text Example
Text Example
White with #0BBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBCCD; }
p { color: rgb(11,188,205); }
H1.HeaderClassName
{
color: #0BBCCD;
}
.AnyTagClassName
{
color: #0BBCCD;
}
</style>
background-color css
<style>
a { background-color: #0BBCCD; }
a { background-color: rgb(11,188,205); }
div.DivClassName
{
background-color: #0BBCCD;
}
.BgClassName
{
background-color: #0BBCCD;
}
</style>
border-color css
<style>
span { border-color: #0BBCCD; }
span { border-color: rgb(11,188,205); }
td.TdClassName
{
border-color: #0BBCCD;
}
.TagClassName
{
border-color: #0BBCCD;
}
</style>