Shades of Iris Blue #09BBE3
Tints of Iris Blue #09BBE3
RGB
CMYK
RGB Variations
Color information
#09BBE3 (or 0x09BBE3) is known color: Iris Blue. HEX triplet: 09, BB and E3. RGB value is (9,187,227). Sum of RGB (Red+Green+Blue) = 9+187+227=423 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.13% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 227 (89.06% from 255 or 53.66% from 423); Max value from RGB is 227 - color contains mainly: blue. Hex color #09BBE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BBE3 is #F6441C. Grayscale: #8A8A8A. Windows color (decimal): -16139293 or 14924553. OLE color: 14924553.
HSL color Cylindrical-coordinate representation of color #09BBE3: hue angle of 191.01º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BBE3 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 187 | 227 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.11 |
| HSL | 191.01º | 0.92% | 0.46% | - |
| HSV(B) | 191.01º | 0.96% | 0.89% | - |
| XYZ | 31.75 | 41.14 | 78.94 | - |
| YUV | 138.34 | 178.03 | 35.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 227 | 0.96 | 0.18 | 0 | 0.11 | 191.01 | 0.92 | 0.46 |
| Hex | 9 | BB | E3 | 60 | 12 | 0 | B | BF | 5C | 2E |
| Octal | 11 | 273 | 343 | 140 | 22 | 0 | 13 | 277 | 134 | 56 |
| Binary | 1001 | 10111011 | 11100011 | 1100000 | 10010 | 0 | 1011 | 10111111 | 1011100 | 101110 |
Color Harmonies of #09BBE3
Complementary color
Monochromatic Colors of #09BBE3
Black with #09BBE3
Text Example
Text Example
White with #09BBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BBE3; }
p { color: rgb(9,187,227); }
H1.HeaderClassName
{
color: #09BBE3;
}
.AnyTagClassName
{
color: #09BBE3;
}
</style>
background-color css
<style>
a { background-color: #09BBE3; }
a { background-color: rgb(9,187,227); }
div.DivClassName
{
background-color: #09BBE3;
}
.BgClassName
{
background-color: #09BBE3;
}
</style>
border-color css
<style>
span { border-color: #09BBE3; }
span { border-color: rgb(9,187,227); }
td.TdClassName
{
border-color: #09BBE3;
}
.TagClassName
{
border-color: #09BBE3;
}
</style>