Shades of Iris Blue #09BBB8
Tints of Iris Blue #09BBB8
RGB
CMYK
RGB Variations
Color information
#09BBB8 (or 0x09BBB8) is known color: Iris Blue. HEX triplet: 09, BB and B8. RGB value is (9,187,184). Sum of RGB (Red+Green+Blue) = 9+187+184=380 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 184 (72.27% from 255 or 48.42% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #09BBB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BBB8 is #F64447. Grayscale: #858585. Windows color (decimal): -16139336 or 12106505. OLE color: 12106505.
HSL color Cylindrical-coordinate representation of color #09BBB8: hue angle of 178.99º 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 #09BBB8 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 187 | 184 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.27 |
| HSL | 178.99º | 0.91% | 0.38% | - |
| HSV(B) | 178.99º | 0.95% | 0.73% | - |
| XYZ | 26.53 | 39.06 | 51.49 | - |
| YUV | 133.44 | 156.53 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 184 | 0.95 | 0 | 0.02 | 0.27 | 178.99 | 0.91 | 0.38 |
| Hex | 9 | BB | B8 | 5F | 0 | 2 | 1B | B3 | 5B | 26 |
| Octal | 11 | 273 | 270 | 137 | 0 | 2 | 33 | 263 | 133 | 46 |
| Binary | 1001 | 10111011 | 10111000 | 1011111 | 0 | 10 | 11011 | 10110011 | 1011011 | 100110 |
Color Harmonies of #09BBB8
Complementary color
Monochromatic Colors of #09BBB8
Black with #09BBB8
Text Example
Text Example
White with #09BBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BBB8; }
p { color: rgb(9,187,184); }
H1.HeaderClassName
{
color: #09BBB8;
}
.AnyTagClassName
{
color: #09BBB8;
}
</style>
background-color css
<style>
a { background-color: #09BBB8; }
a { background-color: rgb(9,187,184); }
div.DivClassName
{
background-color: #09BBB8;
}
.BgClassName
{
background-color: #09BBB8;
}
</style>
border-color css
<style>
span { border-color: #09BBB8; }
span { border-color: rgb(9,187,184); }
td.TdClassName
{
border-color: #09BBB8;
}
.TagClassName
{
border-color: #09BBB8;
}
</style>