Shades of Iris Blue #0BA9DC
Tints of Iris Blue #0BA9DC
RGB
CMYK
RGB Variations
Color information
#0BA9DC (or 0x0BA9DC) is known color: Iris Blue. HEX triplet: 0B, A9 and DC. RGB value is (11,169,220). Sum of RGB (Red+Green+Blue) = 11+169+220=400 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.75% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #0BA9DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BA9DC is #F45623. Grayscale: #7F7F7F. Windows color (decimal): -16012836 or 14461195. OLE color: 14461195.
HSL color Cylindrical-coordinate representation of color #0BA9DC: hue angle of 194.64º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BA9DC is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 169 | 220 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.14 |
| HSL | 194.64º | 0.9% | 0.45% | - |
| HSV(B) | 194.64º | 0.95% | 0.86% | - |
| XYZ | 27.24 | 33.61 | 72.76 | - |
| YUV | 127.57 | 180.15 | 44.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 169 | 220 | 0.95 | 0.23 | 0 | 0.14 | 194.64 | 0.9 | 0.45 |
| Hex | B | A9 | DC | 5F | 17 | 0 | E | C3 | 5A | 2D |
| Octal | 13 | 251 | 334 | 137 | 27 | 0 | 16 | 303 | 132 | 55 |
| Binary | 1011 | 10101001 | 11011100 | 1011111 | 10111 | 0 | 1110 | 11000011 | 1011010 | 101101 |
Color Harmonies of #0BA9DC
Complementary color
Monochromatic Colors of #0BA9DC
Black with #0BA9DC
Text Example
Text Example
White with #0BA9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA9DC; }
p { color: rgb(11,169,220); }
H1.HeaderClassName
{
color: #0BA9DC;
}
.AnyTagClassName
{
color: #0BA9DC;
}
</style>
background-color css
<style>
a { background-color: #0BA9DC; }
a { background-color: rgb(11,169,220); }
div.DivClassName
{
background-color: #0BA9DC;
}
.BgClassName
{
background-color: #0BA9DC;
}
</style>
border-color css
<style>
span { border-color: #0BA9DC; }
span { border-color: rgb(11,169,220); }
td.TdClassName
{
border-color: #0BA9DC;
}
.TagClassName
{
border-color: #0BA9DC;
}
</style>