Shades of Iris Blue #0BAADF
Tints of Iris Blue #0BAADF
RGB
CMYK
RGB Variations
Color information
#0BAADF (or 0x0BAADF) is known color: Iris Blue. HEX triplet: 0B, AA and DF. RGB value is (11,170,223). Sum of RGB (Red+Green+Blue) = 11+170+223=404 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.72% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #0BAADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAADF is #F45520. Grayscale: #808080. Windows color (decimal): -16012577 or 14658059. OLE color: 14658059.
HSL color Cylindrical-coordinate representation of color #0BAADF: hue angle of 195º 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 #0BAADF is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 170 | 223 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.13 |
| HSL | 195º | 0.91% | 0.46% | - |
| HSV(B) | 195º | 0.95% | 0.87% | - |
| XYZ | 27.83 | 34.15 | 74.94 | - |
| YUV | 128.5 | 181.32 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 170 | 223 | 0.95 | 0.24 | 0 | 0.13 | 195 | 0.91 | 0.46 |
| Hex | B | AA | DF | 5F | 18 | 0 | D | C3 | 5B | 2E |
| Octal | 13 | 252 | 337 | 137 | 30 | 0 | 15 | 303 | 133 | 56 |
| Binary | 1011 | 10101010 | 11011111 | 1011111 | 11000 | 0 | 1101 | 11000011 | 1011011 | 101110 |
Color Harmonies of #0BAADF
Complementary color
Monochromatic Colors of #0BAADF
Black with #0BAADF
Text Example
Text Example
White with #0BAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAADF; }
p { color: rgb(11,170,223); }
H1.HeaderClassName
{
color: #0BAADF;
}
.AnyTagClassName
{
color: #0BAADF;
}
</style>
background-color css
<style>
a { background-color: #0BAADF; }
a { background-color: rgb(11,170,223); }
div.DivClassName
{
background-color: #0BAADF;
}
.BgClassName
{
background-color: #0BAADF;
}
</style>
border-color css
<style>
span { border-color: #0BAADF; }
span { border-color: rgb(11,170,223); }
td.TdClassName
{
border-color: #0BAADF;
}
.TagClassName
{
border-color: #0BAADF;
}
</style>