Shades of Iris Blue #09BADE
Tints of Iris Blue #09BADE
RGB
CMYK
RGB Variations
Color information
#09BADE (or 0x09BADE) is known color: Iris Blue. HEX triplet: 09, BA and DE. RGB value is (9,186,222). Sum of RGB (Red+Green+Blue) = 9+186+222=417 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.16% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #09BADE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BADE is #F64521. Grayscale: #888888. Windows color (decimal): -16139554 or 14596617. OLE color: 14596617.
HSL color Cylindrical-coordinate representation of color #09BADE: hue angle of 190.14º 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 #09BADE is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 186 | 222 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.13 |
| HSL | 190.14º | 0.92% | 0.45% | - |
| HSV(B) | 190.14º | 0.96% | 0.87% | - |
| XYZ | 30.86 | 40.45 | 75.29 | - |
| YUV | 137.18 | 175.86 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 222 | 0.96 | 0.16 | 0 | 0.13 | 190.14 | 0.92 | 0.45 |
| Hex | 9 | BA | DE | 60 | 10 | 0 | D | BE | 5C | 2D |
| Octal | 11 | 272 | 336 | 140 | 20 | 0 | 15 | 276 | 134 | 55 |
| Binary | 1001 | 10111010 | 11011110 | 1100000 | 10000 | 0 | 1101 | 10111110 | 1011100 | 101101 |
Color Harmonies of #09BADE
Complementary color
Monochromatic Colors of #09BADE
Black with #09BADE
Text Example
Text Example
White with #09BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BADE; }
p { color: rgb(9,186,222); }
H1.HeaderClassName
{
color: #09BADE;
}
.AnyTagClassName
{
color: #09BADE;
}
</style>
background-color css
<style>
a { background-color: #09BADE; }
a { background-color: rgb(9,186,222); }
div.DivClassName
{
background-color: #09BADE;
}
.BgClassName
{
background-color: #09BADE;
}
</style>
border-color css
<style>
span { border-color: #09BADE; }
span { border-color: rgb(9,186,222); }
td.TdClassName
{
border-color: #09BADE;
}
.TagClassName
{
border-color: #09BADE;
}
</style>