Shades of Iris Blue #09BCDB
Tints of Iris Blue #09BCDB
RGB
CMYK
RGB Variations
Color information
#09BCDB (or 0x09BCDB) is known color: Iris Blue. HEX triplet: 09, BC and DB. RGB value is (9,188,219). Sum of RGB (Red+Green+Blue) = 9+188+219=416 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.16% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #09BCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BCDB is #F64324. Grayscale: #898989. Windows color (decimal): -16139045 or 14400521. OLE color: 14400521.
HSL color Cylindrical-coordinate representation of color #09BCDB: hue angle of 188.86º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BCDB is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 188 | 219 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.14 |
| HSL | 188.86º | 0.92% | 0.45% | - |
| HSV(B) | 188.86º | 0.96% | 0.86% | - |
| XYZ | 30.88 | 41.14 | 73.33 | - |
| YUV | 138.01 | 173.7 | 35.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 219 | 0.96 | 0.14 | 0 | 0.14 | 188.86 | 0.92 | 0.45 |
| Hex | 9 | BC | DB | 60 | E | 0 | E | BD | 5C | 2D |
| Octal | 11 | 274 | 333 | 140 | 16 | 0 | 16 | 275 | 134 | 55 |
| Binary | 1001 | 10111100 | 11011011 | 1100000 | 1110 | 0 | 1110 | 10111101 | 1011100 | 101101 |
Color Harmonies of #09BCDB
Complementary color
Monochromatic Colors of #09BCDB
Black with #09BCDB
Text Example
Text Example
White with #09BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BCDB; }
p { color: rgb(9,188,219); }
H1.HeaderClassName
{
color: #09BCDB;
}
.AnyTagClassName
{
color: #09BCDB;
}
</style>
background-color css
<style>
a { background-color: #09BCDB; }
a { background-color: rgb(9,188,219); }
div.DivClassName
{
background-color: #09BCDB;
}
.BgClassName
{
background-color: #09BCDB;
}
</style>
border-color css
<style>
span { border-color: #09BCDB; }
span { border-color: rgb(9,188,219); }
td.TdClassName
{
border-color: #09BCDB;
}
.TagClassName
{
border-color: #09BCDB;
}
</style>