Shades of Iris Blue #09BABB
Tints of Iris Blue #09BABB
RGB
CMYK
RGB Variations
Color information
#09BABB (or 0x09BABB) is known color: Iris Blue. HEX triplet: 09, BA and BB. RGB value is (9,186,187). Sum of RGB (Red+Green+Blue) = 9+186+187=382 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #09BABB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BABB is #F64544. Grayscale: #858585. Windows color (decimal): -16139589 or 12302857. OLE color: 12302857.
HSL color Cylindrical-coordinate representation of color #09BABB: hue angle of 180.34º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BABB is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 186 | 187 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.27 |
| HSL | 180.34º | 0.91% | 0.38% | - |
| HSV(B) | 180.34º | 0.95% | 0.73% | - |
| XYZ | 26.64 | 38.76 | 53.09 | - |
| YUV | 133.19 | 158.36 | 39.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 187 | 0.95 | 0.01 | 0 | 0.27 | 180.34 | 0.91 | 0.38 |
| Hex | 9 | BA | BB | 5F | 1 | 0 | 1B | B4 | 5B | 26 |
| Octal | 11 | 272 | 273 | 137 | 1 | 0 | 33 | 264 | 133 | 46 |
| Binary | 1001 | 10111010 | 10111011 | 1011111 | 1 | 0 | 11011 | 10110100 | 1011011 | 100110 |
Color Harmonies of #09BABB
Complementary color
Monochromatic Colors of #09BABB
Black with #09BABB
Text Example
Text Example
White with #09BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BABB; }
p { color: rgb(9,186,187); }
H1.HeaderClassName
{
color: #09BABB;
}
.AnyTagClassName
{
color: #09BABB;
}
</style>
background-color css
<style>
a { background-color: #09BABB; }
a { background-color: rgb(9,186,187); }
div.DivClassName
{
background-color: #09BABB;
}
.BgClassName
{
background-color: #09BABB;
}
</style>
border-color css
<style>
span { border-color: #09BABB; }
span { border-color: rgb(9,186,187); }
td.TdClassName
{
border-color: #09BABB;
}
.TagClassName
{
border-color: #09BABB;
}
</style>