Shades of Iris Blue #09B7BA
Tints of Iris Blue #09B7BA
RGB
CMYK
RGB Variations
Color information
#09B7BA (or 0x09B7BA) is known color: Iris Blue. HEX triplet: 09, B7 and BA. RGB value is (9,183,186). Sum of RGB (Red+Green+Blue) = 9+183+186=378 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.38% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #09B7BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B7BA is #F64845. Grayscale: #838383. Windows color (decimal): -16140358 or 12236553. OLE color: 12236553.
HSL color Cylindrical-coordinate representation of color #09B7BA: hue angle of 181.02º 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 #09B7BA is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 183 | 186 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.27 |
| HSL | 181.02º | 0.91% | 0.38% | - |
| HSV(B) | 181.02º | 0.95% | 0.73% | - |
| XYZ | 25.91 | 37.47 | 52.32 | - |
| YUV | 131.32 | 158.85 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 183 | 186 | 0.95 | 0.02 | 0 | 0.27 | 181.02 | 0.91 | 0.38 |
| Hex | 9 | B7 | BA | 5F | 2 | 0 | 1B | B5 | 5B | 26 |
| Octal | 11 | 267 | 272 | 137 | 2 | 0 | 33 | 265 | 133 | 46 |
| Binary | 1001 | 10110111 | 10111010 | 1011111 | 10 | 0 | 11011 | 10110101 | 1011011 | 100110 |
Color Harmonies of #09B7BA
Complementary color
Monochromatic Colors of #09B7BA
Black with #09B7BA
Text Example
Text Example
White with #09B7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B7BA; }
p { color: rgb(9,183,186); }
H1.HeaderClassName
{
color: #09B7BA;
}
.AnyTagClassName
{
color: #09B7BA;
}
</style>
background-color css
<style>
a { background-color: #09B7BA; }
a { background-color: rgb(9,183,186); }
div.DivClassName
{
background-color: #09B7BA;
}
.BgClassName
{
background-color: #09B7BA;
}
</style>
border-color css
<style>
span { border-color: #09B7BA; }
span { border-color: rgb(9,183,186); }
td.TdClassName
{
border-color: #09B7BA;
}
.TagClassName
{
border-color: #09B7BA;
}
</style>