Shades of Iris Blue #09BCD5
Tints of Iris Blue #09BCD5
RGB
CMYK
RGB Variations
Color information
#09BCD5 (or 0x09BCD5) is known color: Iris Blue. HEX triplet: 09, BC and D5. RGB value is (9,188,213). Sum of RGB (Red+Green+Blue) = 9+188+213=410 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.20% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 213 (83.59% from 255 or 51.95% from 410); Max value from RGB is 213 - color contains mainly: blue. Hex color #09BCD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BCD5 is #F6432A. Grayscale: #898989. Windows color (decimal): -16139051 or 14007305. OLE color: 14007305.
HSL color Cylindrical-coordinate representation of color #09BCD5: hue angle of 187.35º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BCD5 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 188 | 213 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.16 |
| HSL | 187.35º | 0.92% | 0.44% | - |
| HSV(B) | 187.35º | 0.96% | 0.84% | - |
| XYZ | 30.11 | 40.83 | 69.24 | - |
| YUV | 137.33 | 170.7 | 36.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 213 | 0.96 | 0.12 | 0 | 0.16 | 187.35 | 0.92 | 0.44 |
| Hex | 9 | BC | D5 | 60 | C | 0 | 10 | BB | 5C | 2C |
| Octal | 11 | 274 | 325 | 140 | 14 | 0 | 20 | 273 | 134 | 54 |
| Binary | 1001 | 10111100 | 11010101 | 1100000 | 1100 | 0 | 10000 | 10111011 | 1011100 | 101100 |
Color Harmonies of #09BCD5
Complementary color
Monochromatic Colors of #09BCD5
Black with #09BCD5
Text Example
Text Example
White with #09BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BCD5; }
p { color: rgb(9,188,213); }
H1.HeaderClassName
{
color: #09BCD5;
}
.AnyTagClassName
{
color: #09BCD5;
}
</style>
background-color css
<style>
a { background-color: #09BCD5; }
a { background-color: rgb(9,188,213); }
div.DivClassName
{
background-color: #09BCD5;
}
.BgClassName
{
background-color: #09BCD5;
}
</style>
border-color css
<style>
span { border-color: #09BCD5; }
span { border-color: rgb(9,188,213); }
td.TdClassName
{
border-color: #09BCD5;
}
.TagClassName
{
border-color: #09BCD5;
}
</style>