Shades of Iris Blue #09BBBD
Tints of Iris Blue #09BBBD
RGB
CMYK
RGB Variations
Color information
#09BBBD (or 0x09BBBD) is known color: Iris Blue. HEX triplet: 09, BB and BD. RGB value is (9,187,189). Sum of RGB (Red+Green+Blue) = 9+187+189=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #09BBBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BBBD is #F64442. Grayscale: #858585. Windows color (decimal): -16139331 or 12434185. OLE color: 12434185.
HSL color Cylindrical-coordinate representation of color #09BBBD: hue angle of 180.67º 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 #09BBBD is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 187 | 189 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.26 |
| HSL | 180.67º | 0.91% | 0.39% | - |
| HSV(B) | 180.67º | 0.95% | 0.74% | - |
| XYZ | 27.07 | 39.27 | 54.3 | - |
| YUV | 134.01 | 159.03 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 189 | 0.95 | 0.01 | 0 | 0.26 | 180.67 | 0.91 | 0.39 |
| Hex | 9 | BB | BD | 5F | 1 | 0 | 1A | B5 | 5B | 27 |
| Octal | 11 | 273 | 275 | 137 | 1 | 0 | 32 | 265 | 133 | 47 |
| Binary | 1001 | 10111011 | 10111101 | 1011111 | 1 | 0 | 11010 | 10110101 | 1011011 | 100111 |
Color Harmonies of #09BBBD
Complementary color
Monochromatic Colors of #09BBBD
Black with #09BBBD
Text Example
Text Example
White with #09BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BBBD; }
p { color: rgb(9,187,189); }
H1.HeaderClassName
{
color: #09BBBD;
}
.AnyTagClassName
{
color: #09BBBD;
}
</style>
background-color css
<style>
a { background-color: #09BBBD; }
a { background-color: rgb(9,187,189); }
div.DivClassName
{
background-color: #09BBBD;
}
.BgClassName
{
background-color: #09BBBD;
}
</style>
border-color css
<style>
span { border-color: #09BBBD; }
span { border-color: rgb(9,187,189); }
td.TdClassName
{
border-color: #09BBBD;
}
.TagClassName
{
border-color: #09BBBD;
}
</style>