Shades of Iris Blue #09B8BC
Tints of Iris Blue #09B8BC
RGB
CMYK
RGB Variations
Color information
#09B8BC (or 0x09B8BC) is known color: Iris Blue. HEX triplet: 09, B8 and BC. RGB value is (9,184,188). Sum of RGB (Red+Green+Blue) = 9+184+188=381 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #09B8BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B8BC is #F64743. Grayscale: #838383. Windows color (decimal): -16140100 or 12367881. OLE color: 12367881.
HSL color Cylindrical-coordinate representation of color #09B8BC: hue angle of 181.34º 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 #09B8BC is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 184 | 188 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.26 |
| HSL | 181.34º | 0.91% | 0.39% | - |
| HSV(B) | 181.34º | 0.95% | 0.74% | - |
| XYZ | 26.33 | 37.97 | 53.52 | - |
| YUV | 132.13 | 159.52 | 40.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 184 | 188 | 0.95 | 0.02 | 0 | 0.26 | 181.34 | 0.91 | 0.39 |
| Hex | 9 | B8 | BC | 5F | 2 | 0 | 1A | B5 | 5B | 27 |
| Octal | 11 | 270 | 274 | 137 | 2 | 0 | 32 | 265 | 133 | 47 |
| Binary | 1001 | 10111000 | 10111100 | 1011111 | 10 | 0 | 11010 | 10110101 | 1011011 | 100111 |
Color Harmonies of #09B8BC
Complementary color
Monochromatic Colors of #09B8BC
Black with #09B8BC
Text Example
Text Example
White with #09B8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B8BC; }
p { color: rgb(9,184,188); }
H1.HeaderClassName
{
color: #09B8BC;
}
.AnyTagClassName
{
color: #09B8BC;
}
</style>
background-color css
<style>
a { background-color: #09B8BC; }
a { background-color: rgb(9,184,188); }
div.DivClassName
{
background-color: #09B8BC;
}
.BgClassName
{
background-color: #09B8BC;
}
</style>
border-color css
<style>
span { border-color: #09B8BC; }
span { border-color: rgb(9,184,188); }
td.TdClassName
{
border-color: #09B8BC;
}
.TagClassName
{
border-color: #09B8BC;
}
</style>