Shades of Iris Blue #09BADC
Tints of Iris Blue #09BADC
RGB
CMYK
RGB Variations
Color information
#09BADC (or 0x09BADC) is known color: Iris Blue. HEX triplet: 09, BA and DC. RGB value is (9,186,220). Sum of RGB (Red+Green+Blue) = 9+186+220=415 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.17% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #09BADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BADC is #F64523. Grayscale: #888888. Windows color (decimal): -16139556 or 14465545. OLE color: 14465545.
HSL color Cylindrical-coordinate representation of color #09BADC: hue angle of 189.67º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BADC is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 186 | 220 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.14 |
| HSL | 189.67º | 0.92% | 0.45% | - |
| HSV(B) | 189.67º | 0.96% | 0.86% | - |
| XYZ | 30.59 | 40.34 | 73.88 | - |
| YUV | 136.95 | 174.86 | 36.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 220 | 0.96 | 0.15 | 0 | 0.14 | 189.67 | 0.92 | 0.45 |
| Hex | 9 | BA | DC | 60 | F | 0 | E | BE | 5C | 2D |
| Octal | 11 | 272 | 334 | 140 | 17 | 0 | 16 | 276 | 134 | 55 |
| Binary | 1001 | 10111010 | 11011100 | 1100000 | 1111 | 0 | 1110 | 10111110 | 1011100 | 101101 |
Color Harmonies of #09BADC
Complementary color
Monochromatic Colors of #09BADC
Black with #09BADC
Text Example
Text Example
White with #09BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BADC; }
p { color: rgb(9,186,220); }
H1.HeaderClassName
{
color: #09BADC;
}
.AnyTagClassName
{
color: #09BADC;
}
</style>
background-color css
<style>
a { background-color: #09BADC; }
a { background-color: rgb(9,186,220); }
div.DivClassName
{
background-color: #09BADC;
}
.BgClassName
{
background-color: #09BADC;
}
</style>
border-color css
<style>
span { border-color: #09BADC; }
span { border-color: rgb(9,186,220); }
td.TdClassName
{
border-color: #09BADC;
}
.TagClassName
{
border-color: #09BADC;
}
</style>