Shades of Iris Blue #09BEBB
Tints of Iris Blue #09BEBB
RGB
CMYK
RGB Variations
Color information
#09BEBB (or 0x09BEBB) is known color: Iris Blue. HEX triplet: 09, BE and BB. RGB value is (9,190,187). Sum of RGB (Red+Green+Blue) = 9+190+187=386 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #09BEBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BEBB is #F64144. Grayscale: #878787. Windows color (decimal): -16138565 or 12303881. OLE color: 12303881.
HSL color Cylindrical-coordinate representation of color #09BEBB: hue angle of 179.01º 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 #09BEBB is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 190 | 187 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.25 |
| HSL | 179.01º | 0.91% | 0.39% | - |
| HSV(B) | 179.01º | 0.95% | 0.75% | - |
| XYZ | 27.5 | 40.47 | 53.38 | - |
| YUV | 135.54 | 157.03 | 37.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 190 | 187 | 0.95 | 0 | 0.02 | 0.25 | 179.01 | 0.91 | 0.39 |
| Hex | 9 | BE | BB | 5F | 0 | 2 | 19 | B3 | 5B | 27 |
| Octal | 11 | 276 | 273 | 137 | 0 | 2 | 31 | 263 | 133 | 47 |
| Binary | 1001 | 10111110 | 10111011 | 1011111 | 0 | 10 | 11001 | 10110011 | 1011011 | 100111 |
Color Harmonies of #09BEBB
Complementary color
Monochromatic Colors of #09BEBB
Black with #09BEBB
Text Example
Text Example
White with #09BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BEBB; }
p { color: rgb(9,190,187); }
H1.HeaderClassName
{
color: #09BEBB;
}
.AnyTagClassName
{
color: #09BEBB;
}
</style>
background-color css
<style>
a { background-color: #09BEBB; }
a { background-color: rgb(9,190,187); }
div.DivClassName
{
background-color: #09BEBB;
}
.BgClassName
{
background-color: #09BEBB;
}
</style>
border-color css
<style>
span { border-color: #09BEBB; }
span { border-color: rgb(9,190,187); }
td.TdClassName
{
border-color: #09BEBB;
}
.TagClassName
{
border-color: #09BEBB;
}
</style>