Shades of Iris Blue #0BB0CD
Tints of Iris Blue #0BB0CD
RGB
CMYK
RGB Variations
Color information
#0BB0CD (or 0x0BB0CD) is known color: Iris Blue. HEX triplet: 0B, B0 and CD. RGB value is (11,176,205). Sum of RGB (Red+Green+Blue) = 11+176+205=392 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.81% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #0BB0CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BB0CD is #F44F32. Grayscale: #818181. Windows color (decimal): -16011059 or 13479947. OLE color: 13479947.
HSL color Cylindrical-coordinate representation of color #0BB0CD: hue angle of 188.97º 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 #0BB0CD is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 176 | 205 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.20 |
| HSL | 188.97º | 0.9% | 0.42% | - |
| HSV(B) | 188.97º | 0.95% | 0.8% | - |
| XYZ | 26.68 | 35.53 | 63.21 | - |
| YUV | 129.97 | 170.34 | 43.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 176 | 205 | 0.95 | 0.14 | 0 | 0.20 | 188.97 | 0.9 | 0.42 |
| Hex | B | B0 | CD | 5F | E | 0 | 14 | BD | 5A | 2A |
| Octal | 13 | 260 | 315 | 137 | 16 | 0 | 24 | 275 | 132 | 52 |
| Binary | 1011 | 10110000 | 11001101 | 1011111 | 1110 | 0 | 10100 | 10111101 | 1011010 | 101010 |
Color Harmonies of #0BB0CD
Complementary color
Monochromatic Colors of #0BB0CD
Black with #0BB0CD
Text Example
Text Example
White with #0BB0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB0CD; }
p { color: rgb(11,176,205); }
H1.HeaderClassName
{
color: #0BB0CD;
}
.AnyTagClassName
{
color: #0BB0CD;
}
</style>
background-color css
<style>
a { background-color: #0BB0CD; }
a { background-color: rgb(11,176,205); }
div.DivClassName
{
background-color: #0BB0CD;
}
.BgClassName
{
background-color: #0BB0CD;
}
</style>
border-color css
<style>
span { border-color: #0BB0CD; }
span { border-color: rgb(11,176,205); }
td.TdClassName
{
border-color: #0BB0CD;
}
.TagClassName
{
border-color: #0BB0CD;
}
</style>