Shades of Iris Blue #09BBBC
Tints of Iris Blue #09BBBC
RGB
CMYK
RGB Variations
Color information
#09BBBC (or 0x09BBBC) is known color: Iris Blue. HEX triplet: 09, BB and BC. RGB value is (9,187,188). Sum of RGB (Red+Green+Blue) = 9+187+188=384 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #09BBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BBBC is #F64443. Grayscale: #858585. Windows color (decimal): -16139332 or 12368649. OLE color: 12368649.
HSL color Cylindrical-coordinate representation of color #09BBBC: hue angle of 180.34º 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 #09BBBC is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 187 | 188 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.26 |
| HSL | 180.34º | 0.91% | 0.39% | - |
| HSV(B) | 180.34º | 0.95% | 0.74% | - |
| XYZ | 26.96 | 39.23 | 53.73 | - |
| YUV | 133.89 | 158.53 | 38.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 188 | 0.95 | 0.01 | 0 | 0.26 | 180.34 | 0.91 | 0.39 |
| Hex | 9 | BB | BC | 5F | 1 | 0 | 1A | B4 | 5B | 27 |
| Octal | 11 | 273 | 274 | 137 | 1 | 0 | 32 | 264 | 133 | 47 |
| Binary | 1001 | 10111011 | 10111100 | 1011111 | 1 | 0 | 11010 | 10110100 | 1011011 | 100111 |
Color Harmonies of #09BBBC
Complementary color
Monochromatic Colors of #09BBBC
Black with #09BBBC
Text Example
Text Example
White with #09BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BBBC; }
p { color: rgb(9,187,188); }
H1.HeaderClassName
{
color: #09BBBC;
}
.AnyTagClassName
{
color: #09BBBC;
}
</style>
background-color css
<style>
a { background-color: #09BBBC; }
a { background-color: rgb(9,187,188); }
div.DivClassName
{
background-color: #09BBBC;
}
.BgClassName
{
background-color: #09BBBC;
}
</style>
border-color css
<style>
span { border-color: #09BBBC; }
span { border-color: rgb(9,187,188); }
td.TdClassName
{
border-color: #09BBBC;
}
.TagClassName
{
border-color: #09BBBC;
}
</style>