Shades of Iris Blue #09BDE0
Tints of Iris Blue #09BDE0
RGB
CMYK
RGB Variations
Color information
#09BDE0 (or 0x09BDE0) is known color: Iris Blue. HEX triplet: 09, BD and E0. RGB value is (9,189,224). Sum of RGB (Red+Green+Blue) = 9+189+224=422 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.13% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #09BDE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BDE0 is #F6421F. Grayscale: #8A8A8A. Windows color (decimal): -16138784 or 14728457. OLE color: 14728457.
HSL color Cylindrical-coordinate representation of color #09BDE0: hue angle of 189.77º 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 #09BDE0 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 189 | 224 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.12 |
| HSL | 189.77º | 0.92% | 0.46% | - |
| HSV(B) | 189.77º | 0.96% | 0.88% | - |
| XYZ | 31.76 | 41.84 | 76.92 | - |
| YUV | 139.17 | 175.87 | 35.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 224 | 0.96 | 0.16 | 0 | 0.12 | 189.77 | 0.92 | 0.46 |
| Hex | 9 | BD | E0 | 60 | 10 | 0 | C | BE | 5C | 2E |
| Octal | 11 | 275 | 340 | 140 | 20 | 0 | 14 | 276 | 134 | 56 |
| Binary | 1001 | 10111101 | 11100000 | 1100000 | 10000 | 0 | 1100 | 10111110 | 1011100 | 101110 |
Color Harmonies of #09BDE0
Complementary color
Monochromatic Colors of #09BDE0
Black with #09BDE0
Text Example
Text Example
White with #09BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BDE0; }
p { color: rgb(9,189,224); }
H1.HeaderClassName
{
color: #09BDE0;
}
.AnyTagClassName
{
color: #09BDE0;
}
</style>
background-color css
<style>
a { background-color: #09BDE0; }
a { background-color: rgb(9,189,224); }
div.DivClassName
{
background-color: #09BDE0;
}
.BgClassName
{
background-color: #09BDE0;
}
</style>
border-color css
<style>
span { border-color: #09BDE0; }
span { border-color: rgb(9,189,224); }
td.TdClassName
{
border-color: #09BDE0;
}
.TagClassName
{
border-color: #09BDE0;
}
</style>