Shades of Iris Blue #0BAADD
Tints of Iris Blue #0BAADD
RGB
CMYK
RGB Variations
Color information
#0BAADD (or 0x0BAADD) is known color: Iris Blue. HEX triplet: 0B, AA and DD. RGB value is (11,170,221). Sum of RGB (Red+Green+Blue) = 11+170+221=402 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #0BAADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAADD is #F45522. Grayscale: #7F7F7F. Windows color (decimal): -16012579 or 14526987. OLE color: 14526987.
HSL color Cylindrical-coordinate representation of color #0BAADD: hue angle of 194.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BAADD is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 170 | 221 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.13 |
| HSL | 194.57º | 0.91% | 0.45% | - |
| HSV(B) | 194.57º | 0.95% | 0.87% | - |
| XYZ | 27.56 | 34.04 | 73.52 | - |
| YUV | 128.27 | 180.32 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 170 | 221 | 0.95 | 0.23 | 0 | 0.13 | 194.57 | 0.91 | 0.45 |
| Hex | B | AA | DD | 5F | 17 | 0 | D | C3 | 5B | 2D |
| Octal | 13 | 252 | 335 | 137 | 27 | 0 | 15 | 303 | 133 | 55 |
| Binary | 1011 | 10101010 | 11011101 | 1011111 | 10111 | 0 | 1101 | 11000011 | 1011011 | 101101 |
Color Harmonies of #0BAADD
Complementary color
Monochromatic Colors of #0BAADD
Black with #0BAADD
Text Example
Text Example
White with #0BAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAADD; }
p { color: rgb(11,170,221); }
H1.HeaderClassName
{
color: #0BAADD;
}
.AnyTagClassName
{
color: #0BAADD;
}
</style>
background-color css
<style>
a { background-color: #0BAADD; }
a { background-color: rgb(11,170,221); }
div.DivClassName
{
background-color: #0BAADD;
}
.BgClassName
{
background-color: #0BAADD;
}
</style>
border-color css
<style>
span { border-color: #0BAADD; }
span { border-color: rgb(11,170,221); }
td.TdClassName
{
border-color: #0BAADD;
}
.TagClassName
{
border-color: #0BAADD;
}
</style>