Shades of Iris Blue #09BBC1
Tints of Iris Blue #09BBC1
RGB
CMYK
RGB Variations
Color information
#09BBC1 (or 0x09BBC1) is known color: Iris Blue. HEX triplet: 09, BB and C1. RGB value is (9,187,193). Sum of RGB (Red+Green+Blue) = 9+187+193=389 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #09BBC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BBC1 is #F6443E. Grayscale: #868686. Windows color (decimal): -16139327 or 12696329. OLE color: 12696329.
HSL color Cylindrical-coordinate representation of color #09BBC1: hue angle of 181.96º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BBC1 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 9 | 187 | 193 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.24 |
| HSL | 181.96º | 0.91% | 0.4% | - |
| HSV(B) | 181.96º | 0.95% | 0.76% | - |
| XYZ | 27.51 | 39.45 | 56.62 | - |
| YUV | 134.46 | 161.03 | 38.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 193 | 0.95 | 0.03 | 0 | 0.24 | 181.96 | 0.91 | 0.4 |
| Hex | 9 | BB | C1 | 5F | 3 | 0 | 18 | B6 | 5B | 28 |
| Octal | 11 | 273 | 301 | 137 | 3 | 0 | 30 | 266 | 133 | 50 |
| Binary | 1001 | 10111011 | 11000001 | 1011111 | 11 | 0 | 11000 | 10110110 | 1011011 | 101000 |
Color Harmonies of #09BBC1
Complementary color
Monochromatic Colors of #09BBC1
Black with #09BBC1
Text Example
Text Example
White with #09BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BBC1; }
p { color: rgb(9,187,193); }
H1.HeaderClassName
{
color: #09BBC1;
}
.AnyTagClassName
{
color: #09BBC1;
}
</style>
background-color css
<style>
a { background-color: #09BBC1; }
a { background-color: rgb(9,187,193); }
div.DivClassName
{
background-color: #09BBC1;
}
.BgClassName
{
background-color: #09BBC1;
}
</style>
border-color css
<style>
span { border-color: #09BBC1; }
span { border-color: rgb(9,187,193); }
td.TdClassName
{
border-color: #09BBC1;
}
.TagClassName
{
border-color: #09BBC1;
}
</style>