Shades of Iris Blue #0BAFD9
Tints of Iris Blue #0BAFD9
RGB
CMYK
RGB Variations
Color information
#0BAFD9 (or 0x0BAFD9) is known color: Iris Blue. HEX triplet: 0B, AF and D9. RGB value is (11,175,217). Sum of RGB (Red+Green+Blue) = 11+175+217=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 217 (85.16% from 255 or 53.85% from 403); Max value from RGB is 217 - color contains mainly: blue. Hex color #0BAFD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAFD9 is #F45026. Grayscale: #828282. Windows color (decimal): -16011303 or 14266123. OLE color: 14266123.
HSL color Cylindrical-coordinate representation of color #0BAFD9: hue angle of 192.23º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BAFD9 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 175 | 217 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.15 |
| HSL | 192.23º | 0.9% | 0.45% | - |
| HSV(B) | 192.23º | 0.95% | 0.85% | - |
| XYZ | 27.99 | 35.74 | 71.07 | - |
| YUV | 130.75 | 176.67 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 175 | 217 | 0.95 | 0.19 | 0 | 0.15 | 192.23 | 0.9 | 0.45 |
| Hex | B | AF | D9 | 5F | 13 | 0 | F | C0 | 5A | 2D |
| Octal | 13 | 257 | 331 | 137 | 23 | 0 | 17 | 300 | 132 | 55 |
| Binary | 1011 | 10101111 | 11011001 | 1011111 | 10011 | 0 | 1111 | 11000000 | 1011010 | 101101 |
Color Harmonies of #0BAFD9
Complementary color
Monochromatic Colors of #0BAFD9
Black with #0BAFD9
Text Example
Text Example
White with #0BAFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAFD9; }
p { color: rgb(11,175,217); }
H1.HeaderClassName
{
color: #0BAFD9;
}
.AnyTagClassName
{
color: #0BAFD9;
}
</style>
background-color css
<style>
a { background-color: #0BAFD9; }
a { background-color: rgb(11,175,217); }
div.DivClassName
{
background-color: #0BAFD9;
}
.BgClassName
{
background-color: #0BAFD9;
}
</style>
border-color css
<style>
span { border-color: #0BAFD9; }
span { border-color: rgb(11,175,217); }
td.TdClassName
{
border-color: #0BAFD9;
}
.TagClassName
{
border-color: #0BAFD9;
}
</style>