Shades of Iris Blue #09BBB3
Tints of Iris Blue #09BBB3
RGB
CMYK
RGB Variations
Color information
#09BBB3 (or 0x09BBB3) is known color: Iris Blue. HEX triplet: 09, BB and B3. RGB value is (9,187,179). Sum of RGB (Red+Green+Blue) = 9+187+179=375 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.4% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #09BBB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BBB3 is #F6444C. Grayscale: #848484. Windows color (decimal): -16139341 or 11778825. OLE color: 11778825.
HSL color Cylindrical-coordinate representation of color #09BBB3: hue angle of 177.3º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BBB3 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 187 | 179 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.27 |
| HSL | 177.3º | 0.91% | 0.38% | - |
| HSV(B) | 177.3º | 0.95% | 0.73% | - |
| XYZ | 26.02 | 38.85 | 48.78 | - |
| YUV | 132.87 | 154.03 | 39.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 179 | 0.95 | 0 | 0.04 | 0.27 | 177.3 | 0.91 | 0.38 |
| Hex | 9 | BB | B3 | 5F | 0 | 4 | 1B | B1 | 5B | 26 |
| Octal | 11 | 273 | 263 | 137 | 0 | 4 | 33 | 261 | 133 | 46 |
| Binary | 1001 | 10111011 | 10110011 | 1011111 | 0 | 100 | 11011 | 10110001 | 1011011 | 100110 |
Color Harmonies of #09BBB3
Complementary color
Monochromatic Colors of #09BBB3
Black with #09BBB3
Text Example
Text Example
White with #09BBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BBB3; }
p { color: rgb(9,187,179); }
H1.HeaderClassName
{
color: #09BBB3;
}
.AnyTagClassName
{
color: #09BBB3;
}
</style>
background-color css
<style>
a { background-color: #09BBB3; }
a { background-color: rgb(9,187,179); }
div.DivClassName
{
background-color: #09BBB3;
}
.BgClassName
{
background-color: #09BBB3;
}
</style>
border-color css
<style>
span { border-color: #09BBB3; }
span { border-color: rgb(9,187,179); }
td.TdClassName
{
border-color: #09BBB3;
}
.TagClassName
{
border-color: #09BBB3;
}
</style>