Shades of Iris Blue #09BADD
Tints of Iris Blue #09BADD
RGB
CMYK
RGB Variations
Color information
#09BADD (or 0x09BADD) is known color: Iris Blue. HEX triplet: 09, BA and DD. RGB value is (9,186,221). Sum of RGB (Red+Green+Blue) = 9+186+221=416 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.16% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #09BADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BADD is #F64522. Grayscale: #888888. Windows color (decimal): -16139555 or 14531081. OLE color: 14531081.
HSL color Cylindrical-coordinate representation of color #09BADD: hue angle of 189.91º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BADD is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 186 | 221 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.13 |
| HSL | 189.91º | 0.92% | 0.45% | - |
| HSV(B) | 189.91º | 0.96% | 0.87% | - |
| XYZ | 30.72 | 40.4 | 74.58 | - |
| YUV | 137.07 | 175.36 | 36.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 221 | 0.96 | 0.16 | 0 | 0.13 | 189.91 | 0.92 | 0.45 |
| Hex | 9 | BA | DD | 60 | 10 | 0 | D | BE | 5C | 2D |
| Octal | 11 | 272 | 335 | 140 | 20 | 0 | 15 | 276 | 134 | 55 |
| Binary | 1001 | 10111010 | 11011101 | 1100000 | 10000 | 0 | 1101 | 10111110 | 1011100 | 101101 |
Color Harmonies of #09BADD
Complementary color
Monochromatic Colors of #09BADD
Black with #09BADD
Text Example
Text Example
White with #09BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BADD; }
p { color: rgb(9,186,221); }
H1.HeaderClassName
{
color: #09BADD;
}
.AnyTagClassName
{
color: #09BADD;
}
</style>
background-color css
<style>
a { background-color: #09BADD; }
a { background-color: rgb(9,186,221); }
div.DivClassName
{
background-color: #09BADD;
}
.BgClassName
{
background-color: #09BADD;
}
</style>
border-color css
<style>
span { border-color: #09BADD; }
span { border-color: rgb(9,186,221); }
td.TdClassName
{
border-color: #09BADD;
}
.TagClassName
{
border-color: #09BADD;
}
</style>