Shades of Iris Blue #09BCD0
Tints of Iris Blue #09BCD0
RGB
CMYK
RGB Variations
Color information
#09BCD0 (or 0x09BCD0) is known color: Iris Blue. HEX triplet: 09, BC and D0. RGB value is (9,188,208). Sum of RGB (Red+Green+Blue) = 9+188+208=405 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #09BCD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BCD0 is #F6432F. Grayscale: #888888. Windows color (decimal): -16139056 or 13679625. OLE color: 13679625.
HSL color Cylindrical-coordinate representation of color #09BCD0: hue angle of 186.03º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BCD0 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 188 | 208 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.18 |
| HSL | 186.03º | 0.92% | 0.43% | - |
| HSV(B) | 186.03º | 0.96% | 0.82% | - |
| XYZ | 29.48 | 40.58 | 65.95 | - |
| YUV | 136.76 | 168.2 | 36.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 208 | 0.96 | 0.10 | 0 | 0.18 | 186.03 | 0.92 | 0.43 |
| Hex | 9 | BC | D0 | 60 | A | 0 | 12 | BA | 5C | 2B |
| Octal | 11 | 274 | 320 | 140 | 12 | 0 | 22 | 272 | 134 | 53 |
| Binary | 1001 | 10111100 | 11010000 | 1100000 | 1010 | 0 | 10010 | 10111010 | 1011100 | 101011 |
Color Harmonies of #09BCD0
Complementary color
Monochromatic Colors of #09BCD0
Black with #09BCD0
Text Example
Text Example
White with #09BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BCD0; }
p { color: rgb(9,188,208); }
H1.HeaderClassName
{
color: #09BCD0;
}
.AnyTagClassName
{
color: #09BCD0;
}
</style>
background-color css
<style>
a { background-color: #09BCD0; }
a { background-color: rgb(9,188,208); }
div.DivClassName
{
background-color: #09BCD0;
}
.BgClassName
{
background-color: #09BCD0;
}
</style>
border-color css
<style>
span { border-color: #09BCD0; }
span { border-color: rgb(9,188,208); }
td.TdClassName
{
border-color: #09BCD0;
}
.TagClassName
{
border-color: #09BCD0;
}
</style>