Shades of Iris Blue #0BA7DF
Tints of Iris Blue #0BA7DF
RGB
CMYK
RGB Variations
Color information
#0BA7DF (or 0x0BA7DF) is known color: Iris Blue. HEX triplet: 0B, A7 and DF. RGB value is (11,167,223). Sum of RGB (Red+Green+Blue) = 11+167+223=401 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #0BA7DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BA7DF is #F45820. Grayscale: #7E7E7E. Windows color (decimal): -16013345 or 14657291. OLE color: 14657291.
HSL color Cylindrical-coordinate representation of color #0BA7DF: hue angle of 195.85º 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 #0BA7DF is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 167 | 223 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.13 |
| HSL | 195.85º | 0.91% | 0.46% | - |
| HSV(B) | 195.85º | 0.95% | 0.87% | - |
| XYZ | 27.28 | 33.04 | 74.75 | - |
| YUV | 126.74 | 182.32 | 45.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 167 | 223 | 0.95 | 0.25 | 0 | 0.13 | 195.85 | 0.91 | 0.46 |
| Hex | B | A7 | DF | 5F | 19 | 0 | D | C4 | 5B | 2E |
| Octal | 13 | 247 | 337 | 137 | 31 | 0 | 15 | 304 | 133 | 56 |
| Binary | 1011 | 10100111 | 11011111 | 1011111 | 11001 | 0 | 1101 | 11000100 | 1011011 | 101110 |
Color Harmonies of #0BA7DF
Complementary color
Monochromatic Colors of #0BA7DF
Black with #0BA7DF
Text Example
Text Example
White with #0BA7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA7DF; }
p { color: rgb(11,167,223); }
H1.HeaderClassName
{
color: #0BA7DF;
}
.AnyTagClassName
{
color: #0BA7DF;
}
</style>
background-color css
<style>
a { background-color: #0BA7DF; }
a { background-color: rgb(11,167,223); }
div.DivClassName
{
background-color: #0BA7DF;
}
.BgClassName
{
background-color: #0BA7DF;
}
</style>
border-color css
<style>
span { border-color: #0BA7DF; }
span { border-color: rgb(11,167,223); }
td.TdClassName
{
border-color: #0BA7DF;
}
.TagClassName
{
border-color: #0BA7DF;
}
</style>