Shades of Iris Blue #09B8BD
Tints of Iris Blue #09B8BD
RGB
CMYK
RGB Variations
Color information
#09B8BD (or 0x09B8BD) is known color: Iris Blue. HEX triplet: 09, B8 and BD. RGB value is (9,184,189). Sum of RGB (Red+Green+Blue) = 9+184+189=382 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #09B8BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B8BD is #F64742. Grayscale: #848484. Windows color (decimal): -16140099 or 12433417. OLE color: 12433417.
HSL color Cylindrical-coordinate representation of color #09B8BD: hue angle of 181.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 #09B8BD is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 184 | 189 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.26 |
| HSL | 181.67º | 0.91% | 0.39% | - |
| HSV(B) | 181.67º | 0.95% | 0.74% | - |
| XYZ | 26.44 | 38.01 | 54.09 | - |
| YUV | 132.25 | 160.02 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 184 | 189 | 0.95 | 0.03 | 0 | 0.26 | 181.67 | 0.91 | 0.39 |
| Hex | 9 | B8 | BD | 5F | 3 | 0 | 1A | B6 | 5B | 27 |
| Octal | 11 | 270 | 275 | 137 | 3 | 0 | 32 | 266 | 133 | 47 |
| Binary | 1001 | 10111000 | 10111101 | 1011111 | 11 | 0 | 11010 | 10110110 | 1011011 | 100111 |
Color Harmonies of #09B8BD
Complementary color
Monochromatic Colors of #09B8BD
Black with #09B8BD
Text Example
Text Example
White with #09B8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B8BD; }
p { color: rgb(9,184,189); }
H1.HeaderClassName
{
color: #09B8BD;
}
.AnyTagClassName
{
color: #09B8BD;
}
</style>
background-color css
<style>
a { background-color: #09B8BD; }
a { background-color: rgb(9,184,189); }
div.DivClassName
{
background-color: #09B8BD;
}
.BgClassName
{
background-color: #09B8BD;
}
</style>
border-color css
<style>
span { border-color: #09B8BD; }
span { border-color: rgb(9,184,189); }
td.TdClassName
{
border-color: #09B8BD;
}
.TagClassName
{
border-color: #09B8BD;
}
</style>