Shades of Iris Blue #09BDB9
Tints of Iris Blue #09BDB9
RGB
CMYK
RGB Variations
Color information
#09BDB9 (or 0x09BDB9) is known color: Iris Blue. HEX triplet: 09, BD and B9. RGB value is (9,189,185). Sum of RGB (Red+Green+Blue) = 9+189+185=383 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.35% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #09BDB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BDB9 is #F64246. Grayscale: #868686. Windows color (decimal): -16138823 or 12172553. OLE color: 12172553.
HSL color Cylindrical-coordinate representation of color #09BDB9: hue angle of 178.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BDB9 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 189 | 185 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.26 |
| HSL | 178.67º | 0.91% | 0.39% | - |
| HSV(B) | 178.67º | 0.95% | 0.74% | - |
| XYZ | 27.07 | 39.96 | 52.18 | - |
| YUV | 134.72 | 156.37 | 38.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 185 | 0.95 | 0 | 0.02 | 0.26 | 178.67 | 0.91 | 0.39 |
| Hex | 9 | BD | B9 | 5F | 0 | 2 | 1A | B3 | 5B | 27 |
| Octal | 11 | 275 | 271 | 137 | 0 | 2 | 32 | 263 | 133 | 47 |
| Binary | 1001 | 10111101 | 10111001 | 1011111 | 0 | 10 | 11010 | 10110011 | 1011011 | 100111 |
Color Harmonies of #09BDB9
Complementary color
Monochromatic Colors of #09BDB9
Black with #09BDB9
Text Example
Text Example
White with #09BDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BDB9; }
p { color: rgb(9,189,185); }
H1.HeaderClassName
{
color: #09BDB9;
}
.AnyTagClassName
{
color: #09BDB9;
}
</style>
background-color css
<style>
a { background-color: #09BDB9; }
a { background-color: rgb(9,189,185); }
div.DivClassName
{
background-color: #09BDB9;
}
.BgClassName
{
background-color: #09BDB9;
}
</style>
border-color css
<style>
span { border-color: #09BDB9; }
span { border-color: rgb(9,189,185); }
td.TdClassName
{
border-color: #09BDB9;
}
.TagClassName
{
border-color: #09BDB9;
}
</style>