Shades of Iris Blue #09B7BD
Tints of Iris Blue #09B7BD
RGB
CMYK
RGB Variations
Color information
#09B7BD (or 0x09B7BD) is known color: Iris Blue. HEX triplet: 09, B7 and BD. RGB value is (9,183,189). Sum of RGB (Red+Green+Blue) = 9+183+189=381 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #09B7BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B7BD is #F64842. Grayscale: #838383. Windows color (decimal): -16140355 or 12433161. OLE color: 12433161.
HSL color Cylindrical-coordinate representation of color #09B7BD: hue angle of 182º 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 #09B7BD is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 183 | 189 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.26 |
| HSL | 182º | 0.91% | 0.39% | - |
| HSV(B) | 182º | 0.95% | 0.74% | - |
| XYZ | 26.23 | 37.6 | 54.02 | - |
| YUV | 131.66 | 160.35 | 40.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 183 | 189 | 0.95 | 0.03 | 0 | 0.26 | 182 | 0.91 | 0.39 |
| Hex | 9 | B7 | BD | 5F | 3 | 0 | 1A | B6 | 5B | 27 |
| Octal | 11 | 267 | 275 | 137 | 3 | 0 | 32 | 266 | 133 | 47 |
| Binary | 1001 | 10110111 | 10111101 | 1011111 | 11 | 0 | 11010 | 10110110 | 1011011 | 100111 |
Color Harmonies of #09B7BD
Complementary color
Monochromatic Colors of #09B7BD
Black with #09B7BD
Text Example
Text Example
White with #09B7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B7BD; }
p { color: rgb(9,183,189); }
H1.HeaderClassName
{
color: #09B7BD;
}
.AnyTagClassName
{
color: #09B7BD;
}
</style>
background-color css
<style>
a { background-color: #09B7BD; }
a { background-color: rgb(9,183,189); }
div.DivClassName
{
background-color: #09B7BD;
}
.BgClassName
{
background-color: #09B7BD;
}
</style>
border-color css
<style>
span { border-color: #09B7BD; }
span { border-color: rgb(9,183,189); }
td.TdClassName
{
border-color: #09B7BD;
}
.TagClassName
{
border-color: #09B7BD;
}
</style>