Shades of Iris Blue #0BBACD
Tints of Iris Blue #0BBACD
RGB
CMYK
RGB Variations
Color information
#0BBACD (or 0x0BBACD) is known color: Iris Blue. HEX triplet: 0B, BA and CD. RGB value is (11,186,205). Sum of RGB (Red+Green+Blue) = 11+186+205=402 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #0BBACD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BBACD is #F44532. Grayscale: #878787. Windows color (decimal): -16008499 or 13482507. OLE color: 13482507.
HSL color Cylindrical-coordinate representation of color #0BBACD: hue angle of 185.88º 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 #0BBACD is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 186 | 205 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.20 |
| HSL | 185.88º | 0.9% | 0.42% | - |
| HSV(B) | 185.88º | 0.95% | 0.8% | - |
| XYZ | 28.72 | 39.6 | 63.89 | - |
| YUV | 135.84 | 167.02 | 38.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 205 | 0.95 | 0.09 | 0 | 0.20 | 185.88 | 0.9 | 0.42 |
| Hex | B | BA | CD | 5F | 9 | 0 | 14 | BA | 5A | 2A |
| Octal | 13 | 272 | 315 | 137 | 11 | 0 | 24 | 272 | 132 | 52 |
| Binary | 1011 | 10111010 | 11001101 | 1011111 | 1001 | 0 | 10100 | 10111010 | 1011010 | 101010 |
Color Harmonies of #0BBACD
Complementary color
Monochromatic Colors of #0BBACD
Black with #0BBACD
Text Example
Text Example
White with #0BBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBACD; }
p { color: rgb(11,186,205); }
H1.HeaderClassName
{
color: #0BBACD;
}
.AnyTagClassName
{
color: #0BBACD;
}
</style>
background-color css
<style>
a { background-color: #0BBACD; }
a { background-color: rgb(11,186,205); }
div.DivClassName
{
background-color: #0BBACD;
}
.BgClassName
{
background-color: #0BBACD;
}
</style>
border-color css
<style>
span { border-color: #0BBACD; }
span { border-color: rgb(11,186,205); }
td.TdClassName
{
border-color: #0BBACD;
}
.TagClassName
{
border-color: #0BBACD;
}
</style>