Shades of Iris Blue #09BAC9
Tints of Iris Blue #09BAC9
RGB
CMYK
RGB Variations
Color information
#09BAC9 (or 0x09BAC9) is known color: Iris Blue. HEX triplet: 09, BA and C9. RGB value is (9,186,201). Sum of RGB (Red+Green+Blue) = 9+186+201=396 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #09BAC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BAC9 is #F64536. Grayscale: #868686. Windows color (decimal): -16139575 or 13220361. OLE color: 13220361.
HSL color Cylindrical-coordinate representation of color #09BAC9: hue angle of 184.69º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BAC9 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 9 | 186 | 201 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.21 |
| HSL | 184.69º | 0.91% | 0.41% | - |
| HSV(B) | 184.69º | 0.96% | 0.79% | - |
| XYZ | 28.21 | 39.39 | 61.37 | - |
| YUV | 134.79 | 165.36 | 38.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 201 | 0.96 | 0.07 | 0 | 0.21 | 184.69 | 0.91 | 0.41 |
| Hex | 9 | BA | C9 | 60 | 7 | 0 | 15 | B9 | 5B | 29 |
| Octal | 11 | 272 | 311 | 140 | 7 | 0 | 25 | 271 | 133 | 51 |
| Binary | 1001 | 10111010 | 11001001 | 1100000 | 111 | 0 | 10101 | 10111001 | 1011011 | 101001 |
Color Harmonies of #09BAC9
Complementary color
Monochromatic Colors of #09BAC9
Black with #09BAC9
Text Example
Text Example
White with #09BAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BAC9; }
p { color: rgb(9,186,201); }
H1.HeaderClassName
{
color: #09BAC9;
}
.AnyTagClassName
{
color: #09BAC9;
}
</style>
background-color css
<style>
a { background-color: #09BAC9; }
a { background-color: rgb(9,186,201); }
div.DivClassName
{
background-color: #09BAC9;
}
.BgClassName
{
background-color: #09BAC9;
}
</style>
border-color css
<style>
span { border-color: #09BAC9; }
span { border-color: rgb(9,186,201); }
td.TdClassName
{
border-color: #09BAC9;
}
.TagClassName
{
border-color: #09BAC9;
}
</style>