Shades of Iris Blue #0BA9DF
Tints of Iris Blue #0BA9DF
RGB
CMYK
RGB Variations
Color information
#0BA9DF (or 0x0BA9DF) is known color: Iris Blue. HEX triplet: 0B, A9 and DF. RGB value is (11,169,223). Sum of RGB (Red+Green+Blue) = 11+169+223=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #0BA9DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BA9DF is #F45620. Grayscale: #7F7F7F. Windows color (decimal): -16012833 or 14657803. OLE color: 14657803.
HSL color Cylindrical-coordinate representation of color #0BA9DF: hue angle of 195.28º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BA9DF is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 169 | 223 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.13 |
| HSL | 195.28º | 0.91% | 0.46% | - |
| HSV(B) | 195.28º | 0.95% | 0.87% | - |
| XYZ | 27.65 | 33.77 | 74.87 | - |
| YUV | 127.91 | 181.65 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 169 | 223 | 0.95 | 0.24 | 0 | 0.13 | 195.28 | 0.91 | 0.46 |
| Hex | B | A9 | DF | 5F | 18 | 0 | D | C3 | 5B | 2E |
| Octal | 13 | 251 | 337 | 137 | 30 | 0 | 15 | 303 | 133 | 56 |
| Binary | 1011 | 10101001 | 11011111 | 1011111 | 11000 | 0 | 1101 | 11000011 | 1011011 | 101110 |
Color Harmonies of #0BA9DF
Complementary color
Monochromatic Colors of #0BA9DF
Black with #0BA9DF
Text Example
Text Example
White with #0BA9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA9DF; }
p { color: rgb(11,169,223); }
H1.HeaderClassName
{
color: #0BA9DF;
}
.AnyTagClassName
{
color: #0BA9DF;
}
</style>
background-color css
<style>
a { background-color: #0BA9DF; }
a { background-color: rgb(11,169,223); }
div.DivClassName
{
background-color: #0BA9DF;
}
.BgClassName
{
background-color: #0BA9DF;
}
</style>
border-color css
<style>
span { border-color: #0BA9DF; }
span { border-color: rgb(11,169,223); }
td.TdClassName
{
border-color: #0BA9DF;
}
.TagClassName
{
border-color: #0BA9DF;
}
</style>