Shades of Iris Blue #09BBE1
Tints of Iris Blue #09BBE1
RGB
CMYK
RGB Variations
Color information
#09BBE1 (or 0x09BBE1) is known color: Iris Blue. HEX triplet: 09, BB and E1. RGB value is (9,187,225). Sum of RGB (Red+Green+Blue) = 9+187+225=421 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.14% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #09BBE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BBE1 is #F6441E. Grayscale: #898989. Windows color (decimal): -16139295 or 14793481. OLE color: 14793481.
HSL color Cylindrical-coordinate representation of color #09BBE1: hue angle of 190.56º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BBE1 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 187 | 225 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.12 |
| HSL | 190.56º | 0.92% | 0.46% | - |
| HSV(B) | 190.56º | 0.96% | 0.88% | - |
| XYZ | 31.47 | 41.03 | 77.5 | - |
| YUV | 138.11 | 177.03 | 35.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 225 | 0.96 | 0.17 | 0 | 0.12 | 190.56 | 0.92 | 0.46 |
| Hex | 9 | BB | E1 | 60 | 11 | 0 | C | BF | 5C | 2E |
| Octal | 11 | 273 | 341 | 140 | 21 | 0 | 14 | 277 | 134 | 56 |
| Binary | 1001 | 10111011 | 11100001 | 1100000 | 10001 | 0 | 1100 | 10111111 | 1011100 | 101110 |
Color Harmonies of #09BBE1
Complementary color
Monochromatic Colors of #09BBE1
Black with #09BBE1
Text Example
Text Example
White with #09BBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BBE1; }
p { color: rgb(9,187,225); }
H1.HeaderClassName
{
color: #09BBE1;
}
.AnyTagClassName
{
color: #09BBE1;
}
</style>
background-color css
<style>
a { background-color: #09BBE1; }
a { background-color: rgb(9,187,225); }
div.DivClassName
{
background-color: #09BBE1;
}
.BgClassName
{
background-color: #09BBE1;
}
</style>
border-color css
<style>
span { border-color: #09BBE1; }
span { border-color: rgb(9,187,225); }
td.TdClassName
{
border-color: #09BBE1;
}
.TagClassName
{
border-color: #09BBE1;
}
</style>