Shades of Iris Blue #09C0BD
Tints of Iris Blue #09C0BD
RGB
CMYK
RGB Variations
Color information
#09C0BD (or 0x09C0BD) is known color: Iris Blue. HEX triplet: 09, C0 and BD. RGB value is (9,192,189). Sum of RGB (Red+Green+Blue) = 9+192+189=390 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #09C0BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09C0BD is #F63F42. Grayscale: #888888. Windows color (decimal): -16138051 or 12435465. OLE color: 12435465.
HSL color Cylindrical-coordinate representation of color #09C0BD: hue angle of 179.02º 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 #09C0BD is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 192 | 189 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.25 |
| HSL | 179.02º | 0.91% | 0.39% | - |
| HSV(B) | 179.02º | 0.95% | 0.75% | - |
| XYZ | 28.15 | 41.43 | 54.66 | - |
| YUV | 136.94 | 157.37 | 36.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 192 | 189 | 0.95 | 0 | 0.02 | 0.25 | 179.02 | 0.91 | 0.39 |
| Hex | 9 | C0 | BD | 5F | 0 | 2 | 19 | B3 | 5B | 27 |
| Octal | 11 | 300 | 275 | 137 | 0 | 2 | 31 | 263 | 133 | 47 |
| Binary | 1001 | 11000000 | 10111101 | 1011111 | 0 | 10 | 11001 | 10110011 | 1011011 | 100111 |
Color Harmonies of #09C0BD
Complementary color
Monochromatic Colors of #09C0BD
Black with #09C0BD
Text Example
Text Example
White with #09C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09C0BD; }
p { color: rgb(9,192,189); }
H1.HeaderClassName
{
color: #09C0BD;
}
.AnyTagClassName
{
color: #09C0BD;
}
</style>
background-color css
<style>
a { background-color: #09C0BD; }
a { background-color: rgb(9,192,189); }
div.DivClassName
{
background-color: #09C0BD;
}
.BgClassName
{
background-color: #09C0BD;
}
</style>
border-color css
<style>
span { border-color: #09C0BD; }
span { border-color: rgb(9,192,189); }
td.TdClassName
{
border-color: #09C0BD;
}
.TagClassName
{
border-color: #09C0BD;
}
</style>