Shades of Iris Blue #09BDBB
Tints of Iris Blue #09BDBB
RGB
CMYK
RGB Variations
Color information
#09BDBB (or 0x09BDBB) is known color: Iris Blue. HEX triplet: 09, BD and BB. RGB value is (9,189,187). Sum of RGB (Red+Green+Blue) = 9+189+187=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #09BDBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BDBB is #F64244. Grayscale: #868686. Windows color (decimal): -16138821 or 12303625. OLE color: 12303625.
HSL color Cylindrical-coordinate representation of color #09BDBB: hue angle of 179.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BDBB is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 189 | 187 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.26 |
| HSL | 179.33º | 0.91% | 0.39% | - |
| HSV(B) | 179.33º | 0.95% | 0.74% | - |
| XYZ | 27.28 | 40.04 | 53.3 | - |
| YUV | 134.95 | 157.37 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 187 | 0.95 | 0 | 0.01 | 0.26 | 179.33 | 0.91 | 0.39 |
| Hex | 9 | BD | BB | 5F | 0 | 1 | 1A | B3 | 5B | 27 |
| Octal | 11 | 275 | 273 | 137 | 0 | 1 | 32 | 263 | 133 | 47 |
| Binary | 1001 | 10111101 | 10111011 | 1011111 | 0 | 1 | 11010 | 10110011 | 1011011 | 100111 |
Color Harmonies of #09BDBB
Complementary color
Monochromatic Colors of #09BDBB
Black with #09BDBB
Text Example
Text Example
White with #09BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BDBB; }
p { color: rgb(9,189,187); }
H1.HeaderClassName
{
color: #09BDBB;
}
.AnyTagClassName
{
color: #09BDBB;
}
</style>
background-color css
<style>
a { background-color: #09BDBB; }
a { background-color: rgb(9,189,187); }
div.DivClassName
{
background-color: #09BDBB;
}
.BgClassName
{
background-color: #09BDBB;
}
</style>
border-color css
<style>
span { border-color: #09BDBB; }
span { border-color: rgb(9,189,187); }
td.TdClassName
{
border-color: #09BDBB;
}
.TagClassName
{
border-color: #09BDBB;
}
</style>