Shades of Iris Blue #09C0BE
Tints of Iris Blue #09C0BE
RGB
CMYK
RGB Variations
Color information
#09C0BE (or 0x09C0BE) is known color: Iris Blue. HEX triplet: 09, C0 and BE. RGB value is (9,192,190). Sum of RGB (Red+Green+Blue) = 9+192+190=391 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #09C0BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09C0BE is #F63F41. Grayscale: #888888. Windows color (decimal): -16138050 or 12501001. OLE color: 12501001.
HSL color Cylindrical-coordinate representation of color #09C0BE: hue angle of 179.34º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09C0BE is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 192 | 190 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.25 |
| HSL | 179.34º | 0.91% | 0.39% | - |
| HSV(B) | 179.34º | 0.95% | 0.75% | - |
| XYZ | 28.26 | 41.48 | 55.23 | - |
| YUV | 137.06 | 157.87 | 36.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 192 | 190 | 0.95 | 0 | 0.01 | 0.25 | 179.34 | 0.91 | 0.39 |
| Hex | 9 | C0 | BE | 5F | 0 | 1 | 19 | B3 | 5B | 27 |
| Octal | 11 | 300 | 276 | 137 | 0 | 1 | 31 | 263 | 133 | 47 |
| Binary | 1001 | 11000000 | 10111110 | 1011111 | 0 | 1 | 11001 | 10110011 | 1011011 | 100111 |
Color Harmonies of #09C0BE
Complementary color
Monochromatic Colors of #09C0BE
Black with #09C0BE
Text Example
Text Example
White with #09C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C0BE; }
p { color: rgb(9,192,190); }
H1.HeaderClassName
{
color: #09C0BE;
}
.AnyTagClassName
{
color: #09C0BE;
}
</style>
background-color css
<style>
a { background-color: #09C0BE; }
a { background-color: rgb(9,192,190); }
div.DivClassName
{
background-color: #09C0BE;
}
.BgClassName
{
background-color: #09C0BE;
}
</style>
border-color css
<style>
span { border-color: #09C0BE; }
span { border-color: rgb(9,192,190); }
td.TdClassName
{
border-color: #09C0BE;
}
.TagClassName
{
border-color: #09C0BE;
}
</style>