Shades of Iris Blue #09BBE0
Tints of Iris Blue #09BBE0
RGB
CMYK
RGB Variations
Color information
#09BBE0 (or 0x09BBE0) is known color: Iris Blue. HEX triplet: 09, BB and E0. RGB value is (9,187,224). Sum of RGB (Red+Green+Blue) = 9+187+224=420 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.14% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 224 (87.89% from 255 or 53.33% from 420); Max value from RGB is 224 - color contains mainly: blue. Hex color #09BBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BBE0 is #F6441F. Grayscale: #898989. Windows color (decimal): -16139296 or 14727945. OLE color: 14727945.
HSL color Cylindrical-coordinate representation of color #09BBE0: hue angle of 190.33º 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 #09BBE0 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 187 | 224 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.12 |
| HSL | 190.33º | 0.92% | 0.46% | - |
| HSV(B) | 190.33º | 0.96% | 0.88% | - |
| XYZ | 31.34 | 40.98 | 76.78 | - |
| YUV | 138 | 176.53 | 35.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 224 | 0.96 | 0.17 | 0 | 0.12 | 190.33 | 0.92 | 0.46 |
| Hex | 9 | BB | E0 | 60 | 11 | 0 | C | BE | 5C | 2E |
| Octal | 11 | 273 | 340 | 140 | 21 | 0 | 14 | 276 | 134 | 56 |
| Binary | 1001 | 10111011 | 11100000 | 1100000 | 10001 | 0 | 1100 | 10111110 | 1011100 | 101110 |
Color Harmonies of #09BBE0
Complementary color
Monochromatic Colors of #09BBE0
Black with #09BBE0
Text Example
Text Example
White with #09BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BBE0; }
p { color: rgb(9,187,224); }
H1.HeaderClassName
{
color: #09BBE0;
}
.AnyTagClassName
{
color: #09BBE0;
}
</style>
background-color css
<style>
a { background-color: #09BBE0; }
a { background-color: rgb(9,187,224); }
div.DivClassName
{
background-color: #09BBE0;
}
.BgClassName
{
background-color: #09BBE0;
}
</style>
border-color css
<style>
span { border-color: #09BBE0; }
span { border-color: rgb(9,187,224); }
td.TdClassName
{
border-color: #09BBE0;
}
.TagClassName
{
border-color: #09BBE0;
}
</style>