Shades of Iris Blue #09BBCD
Tints of Iris Blue #09BBCD
RGB
CMYK
RGB Variations
Color information
#09BBCD (or 0x09BBCD) is known color: Iris Blue. HEX triplet: 09, BB and CD. RGB value is (9,187,205). Sum of RGB (Red+Green+Blue) = 9+187+205=401 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #09BBCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BBCD is #F64432. Grayscale: #878787. Windows color (decimal): -16139315 or 13482761. OLE color: 13482761.
HSL color Cylindrical-coordinate representation of color #09BBCD: hue angle of 185.51º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BBCD is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 187 | 205 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.20 |
| HSL | 185.51º | 0.92% | 0.42% | - |
| HSV(B) | 185.51º | 0.96% | 0.8% | - |
| XYZ | 28.9 | 40.01 | 63.96 | - |
| YUV | 135.83 | 167.03 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 205 | 0.96 | 0.09 | 0 | 0.20 | 185.51 | 0.92 | 0.42 |
| Hex | 9 | BB | CD | 60 | 9 | 0 | 14 | BA | 5C | 2A |
| Octal | 11 | 273 | 315 | 140 | 11 | 0 | 24 | 272 | 134 | 52 |
| Binary | 1001 | 10111011 | 11001101 | 1100000 | 1001 | 0 | 10100 | 10111010 | 1011100 | 101010 |
Color Harmonies of #09BBCD
Complementary color
Monochromatic Colors of #09BBCD
Black with #09BBCD
Text Example
Text Example
White with #09BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BBCD; }
p { color: rgb(9,187,205); }
H1.HeaderClassName
{
color: #09BBCD;
}
.AnyTagClassName
{
color: #09BBCD;
}
</style>
background-color css
<style>
a { background-color: #09BBCD; }
a { background-color: rgb(9,187,205); }
div.DivClassName
{
background-color: #09BBCD;
}
.BgClassName
{
background-color: #09BBCD;
}
</style>
border-color css
<style>
span { border-color: #09BBCD; }
span { border-color: rgb(9,187,205); }
td.TdClassName
{
border-color: #09BBCD;
}
.TagClassName
{
border-color: #09BBCD;
}
</style>