Shades of Iris Blue #09BFB9
Tints of Iris Blue #09BFB9
RGB
CMYK
RGB Variations
Color information
#09BFB9 (or 0x09BFB9) is known color: Iris Blue. HEX triplet: 09, BF and B9. RGB value is (9,191,185). Sum of RGB (Red+Green+Blue) = 9+191+185=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #09BFB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BFB9 is #F64046. Grayscale: #878787. Windows color (decimal): -16138311 or 12173065. OLE color: 12173065.
HSL color Cylindrical-coordinate representation of color #09BFB9: hue angle of 178.02º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BFB9 is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 191 | 185 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.25 |
| HSL | 178.02º | 0.91% | 0.39% | - |
| HSV(B) | 178.02º | 0.95% | 0.75% | - |
| XYZ | 27.5 | 40.82 | 52.33 | - |
| YUV | 135.9 | 155.7 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 191 | 185 | 0.95 | 0 | 0.03 | 0.25 | 178.02 | 0.91 | 0.39 |
| Hex | 9 | BF | B9 | 5F | 0 | 3 | 19 | B2 | 5B | 27 |
| Octal | 11 | 277 | 271 | 137 | 0 | 3 | 31 | 262 | 133 | 47 |
| Binary | 1001 | 10111111 | 10111001 | 1011111 | 0 | 11 | 11001 | 10110010 | 1011011 | 100111 |
Color Harmonies of #09BFB9
Complementary color
Monochromatic Colors of #09BFB9
Black with #09BFB9
Text Example
Text Example
White with #09BFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BFB9; }
p { color: rgb(9,191,185); }
H1.HeaderClassName
{
color: #09BFB9;
}
.AnyTagClassName
{
color: #09BFB9;
}
</style>
background-color css
<style>
a { background-color: #09BFB9; }
a { background-color: rgb(9,191,185); }
div.DivClassName
{
background-color: #09BFB9;
}
.BgClassName
{
background-color: #09BFB9;
}
</style>
border-color css
<style>
span { border-color: #09BFB9; }
span { border-color: rgb(9,191,185); }
td.TdClassName
{
border-color: #09BFB9;
}
.TagClassName
{
border-color: #09BFB9;
}
</style>