Shades of Iris Blue #09C0BC
Tints of Iris Blue #09C0BC
RGB
CMYK
RGB Variations
Color information
#09C0BC (or 0x09C0BC) is known color: Iris Blue. HEX triplet: 09, C0 and BC. RGB value is (9,192,188). Sum of RGB (Red+Green+Blue) = 9+192+188=389 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #09C0BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09C0BC is #F63F43. Grayscale: #888888. Windows color (decimal): -16138052 or 12369929. OLE color: 12369929.
HSL color Cylindrical-coordinate representation of color #09C0BC: hue angle of 178.69º 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 #09C0BC is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 192 | 188 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.25 |
| HSL | 178.69º | 0.91% | 0.39% | - |
| HSV(B) | 178.69º | 0.95% | 0.75% | - |
| XYZ | 28.04 | 41.39 | 54.09 | - |
| YUV | 136.83 | 156.87 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 192 | 188 | 0.95 | 0 | 0.02 | 0.25 | 178.69 | 0.91 | 0.39 |
| Hex | 9 | C0 | BC | 5F | 0 | 2 | 19 | B3 | 5B | 27 |
| Octal | 11 | 300 | 274 | 137 | 0 | 2 | 31 | 263 | 133 | 47 |
| Binary | 1001 | 11000000 | 10111100 | 1011111 | 0 | 10 | 11001 | 10110011 | 1011011 | 100111 |
Color Harmonies of #09C0BC
Complementary color
Monochromatic Colors of #09C0BC
Black with #09C0BC
Text Example
Text Example
White with #09C0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C0BC; }
p { color: rgb(9,192,188); }
H1.HeaderClassName
{
color: #09C0BC;
}
.AnyTagClassName
{
color: #09C0BC;
}
</style>
background-color css
<style>
a { background-color: #09C0BC; }
a { background-color: rgb(9,192,188); }
div.DivClassName
{
background-color: #09C0BC;
}
.BgClassName
{
background-color: #09C0BC;
}
</style>
border-color css
<style>
span { border-color: #09C0BC; }
span { border-color: rgb(9,192,188); }
td.TdClassName
{
border-color: #09C0BC;
}
.TagClassName
{
border-color: #09C0BC;
}
</style>