Shades of Iris Blue #09BCB9
Tints of Iris Blue #09BCB9
RGB
CMYK
RGB Variations
Color information
#09BCB9 (or 0x09BCB9) is known color: Iris Blue. HEX triplet: 09, BC and B9. RGB value is (9,188,185). Sum of RGB (Red+Green+Blue) = 9+188+185=382 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #09BCB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BCB9 is #F64346. Grayscale: #858585. Windows color (decimal): -16139079 or 12172297. OLE color: 12172297.
HSL color Cylindrical-coordinate representation of color #09BCB9: hue angle of 178.99º 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 #09BCB9 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 185 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.26 |
| HSL | 178.99º | 0.91% | 0.39% | - |
| HSV(B) | 178.99º | 0.95% | 0.74% | - |
| XYZ | 26.85 | 39.53 | 52.11 | - |
| YUV | 134.14 | 156.7 | 38.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 185 | 0.95 | 0 | 0.02 | 0.26 | 178.99 | 0.91 | 0.39 |
| Hex | 9 | BC | B9 | 5F | 0 | 2 | 1A | B3 | 5B | 27 |
| Octal | 11 | 274 | 271 | 137 | 0 | 2 | 32 | 263 | 133 | 47 |
| Binary | 1001 | 10111100 | 10111001 | 1011111 | 0 | 10 | 11010 | 10110011 | 1011011 | 100111 |
Color Harmonies of #09BCB9
Complementary color
Monochromatic Colors of #09BCB9
Black with #09BCB9
Text Example
Text Example
White with #09BCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BCB9; }
p { color: rgb(9,188,185); }
H1.HeaderClassName
{
color: #09BCB9;
}
.AnyTagClassName
{
color: #09BCB9;
}
</style>
background-color css
<style>
a { background-color: #09BCB9; }
a { background-color: rgb(9,188,185); }
div.DivClassName
{
background-color: #09BCB9;
}
.BgClassName
{
background-color: #09BCB9;
}
</style>
border-color css
<style>
span { border-color: #09BCB9; }
span { border-color: rgb(9,188,185); }
td.TdClassName
{
border-color: #09BCB9;
}
.TagClassName
{
border-color: #09BCB9;
}
</style>