Shades of Iris Blue #09BECD
Tints of Iris Blue #09BECD
RGB
CMYK
RGB Variations
Color information
#09BECD (or 0x09BECD) is known color: Iris Blue. HEX triplet: 09, BE and CD. RGB value is (9,190,205). Sum of RGB (Red+Green+Blue) = 9+190+205=404 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #09BECD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BECD is #F64132. Grayscale: #898989. Windows color (decimal): -16138547 or 13483529. OLE color: 13483529.
HSL color Cylindrical-coordinate representation of color #09BECD: hue angle of 184.59º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BECD is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 190 | 205 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.20 |
| HSL | 184.59º | 0.92% | 0.42% | - |
| HSV(B) | 184.59º | 0.96% | 0.8% | - |
| XYZ | 29.55 | 41.29 | 64.17 | - |
| YUV | 137.59 | 166.03 | 36.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 190 | 205 | 0.96 | 0.07 | 0 | 0.20 | 184.59 | 0.92 | 0.42 |
| Hex | 9 | BE | CD | 60 | 7 | 0 | 14 | B9 | 5C | 2A |
| Octal | 11 | 276 | 315 | 140 | 7 | 0 | 24 | 271 | 134 | 52 |
| Binary | 1001 | 10111110 | 11001101 | 1100000 | 111 | 0 | 10100 | 10111001 | 1011100 | 101010 |
Color Harmonies of #09BECD
Complementary color
Monochromatic Colors of #09BECD
Black with #09BECD
Text Example
Text Example
White with #09BECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BECD; }
p { color: rgb(9,190,205); }
H1.HeaderClassName
{
color: #09BECD;
}
.AnyTagClassName
{
color: #09BECD;
}
</style>
background-color css
<style>
a { background-color: #09BECD; }
a { background-color: rgb(9,190,205); }
div.DivClassName
{
background-color: #09BECD;
}
.BgClassName
{
background-color: #09BECD;
}
</style>
border-color css
<style>
span { border-color: #09BECD; }
span { border-color: rgb(9,190,205); }
td.TdClassName
{
border-color: #09BECD;
}
.TagClassName
{
border-color: #09BECD;
}
</style>