Shades of Iris Blue #09BABC
Tints of Iris Blue #09BABC
RGB
CMYK
RGB Variations
Color information
#09BABC (or 0x09BABC) is known color: Iris Blue. HEX triplet: 09, BA and BC. RGB value is (9,186,188). Sum of RGB (Red+Green+Blue) = 9+186+188=383 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.35% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #09BABC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BABC is #F64543. Grayscale: #858585. Windows color (decimal): -16139588 or 12368393. OLE color: 12368393.
HSL color Cylindrical-coordinate representation of color #09BABC: hue angle of 180.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 #09BABC is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 186 | 188 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.26 |
| HSL | 180.67º | 0.91% | 0.39% | - |
| HSV(B) | 180.67º | 0.95% | 0.74% | - |
| XYZ | 26.75 | 38.81 | 53.66 | - |
| YUV | 133.31 | 158.86 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 188 | 0.95 | 0.01 | 0 | 0.26 | 180.67 | 0.91 | 0.39 |
| Hex | 9 | BA | BC | 5F | 1 | 0 | 1A | B5 | 5B | 27 |
| Octal | 11 | 272 | 274 | 137 | 1 | 0 | 32 | 265 | 133 | 47 |
| Binary | 1001 | 10111010 | 10111100 | 1011111 | 1 | 0 | 11010 | 10110101 | 1011011 | 100111 |
Color Harmonies of #09BABC
Complementary color
Monochromatic Colors of #09BABC
Black with #09BABC
Text Example
Text Example
White with #09BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BABC; }
p { color: rgb(9,186,188); }
H1.HeaderClassName
{
color: #09BABC;
}
.AnyTagClassName
{
color: #09BABC;
}
</style>
background-color css
<style>
a { background-color: #09BABC; }
a { background-color: rgb(9,186,188); }
div.DivClassName
{
background-color: #09BABC;
}
.BgClassName
{
background-color: #09BABC;
}
</style>
border-color css
<style>
span { border-color: #09BABC; }
span { border-color: rgb(9,186,188); }
td.TdClassName
{
border-color: #09BABC;
}
.TagClassName
{
border-color: #09BABC;
}
</style>