Shades of Iris Blue #09BCBA
Tints of Iris Blue #09BCBA
RGB
CMYK
RGB Variations
Color information
#09BCBA (or 0x09BCBA) is known color: Iris Blue. HEX triplet: 09, BC and BA. RGB value is (9,188,186). Sum of RGB (Red+Green+Blue) = 9+188+186=383 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.35% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #09BCBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BCBA is #F64345. Grayscale: #868686. Windows color (decimal): -16139078 or 12237833. OLE color: 12237833.
HSL color Cylindrical-coordinate representation of color #09BCBA: 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 #09BCBA is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 186 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.26 |
| HSL | 179.33º | 0.91% | 0.39% | - |
| HSV(B) | 179.33º | 0.95% | 0.74% | - |
| XYZ | 26.96 | 39.57 | 52.67 | - |
| YUV | 134.25 | 157.2 | 38.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 186 | 0.95 | 0 | 0.01 | 0.26 | 179.33 | 0.91 | 0.39 |
| Hex | 9 | BC | BA | 5F | 0 | 1 | 1A | B3 | 5B | 27 |
| Octal | 11 | 274 | 272 | 137 | 0 | 1 | 32 | 263 | 133 | 47 |
| Binary | 1001 | 10111100 | 10111010 | 1011111 | 0 | 1 | 11010 | 10110011 | 1011011 | 100111 |
Color Harmonies of #09BCBA
Complementary color
Monochromatic Colors of #09BCBA
Black with #09BCBA
Text Example
Text Example
White with #09BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BCBA; }
p { color: rgb(9,188,186); }
H1.HeaderClassName
{
color: #09BCBA;
}
.AnyTagClassName
{
color: #09BCBA;
}
</style>
background-color css
<style>
a { background-color: #09BCBA; }
a { background-color: rgb(9,188,186); }
div.DivClassName
{
background-color: #09BCBA;
}
.BgClassName
{
background-color: #09BCBA;
}
</style>
border-color css
<style>
span { border-color: #09BCBA; }
span { border-color: rgb(9,188,186); }
td.TdClassName
{
border-color: #09BCBA;
}
.TagClassName
{
border-color: #09BCBA;
}
</style>