Shades of Iris Blue #09BED8
Tints of Iris Blue #09BED8
RGB
CMYK
RGB Variations
Color information
#09BED8 (or 0x09BED8) is known color: Iris Blue. HEX triplet: 09, BE and D8. RGB value is (9,190,216). Sum of RGB (Red+Green+Blue) = 9+190+216=415 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.17% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 216 (84.77% from 255 or 52.05% from 415); Max value from RGB is 216 - color contains mainly: blue. Hex color #09BED8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BED8 is #F64127. Grayscale: #8A8A8A. Windows color (decimal): -16138536 or 14204425. OLE color: 14204425.
HSL color Cylindrical-coordinate representation of color #09BED8: hue angle of 187.54º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BED8 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 190 | 216 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.15 |
| HSL | 187.54º | 0.92% | 0.44% | - |
| HSV(B) | 187.54º | 0.96% | 0.85% | - |
| XYZ | 30.92 | 41.84 | 71.41 | - |
| YUV | 138.85 | 171.53 | 35.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 190 | 216 | 0.96 | 0.12 | 0 | 0.15 | 187.54 | 0.92 | 0.44 |
| Hex | 9 | BE | D8 | 60 | C | 0 | F | BC | 5C | 2C |
| Octal | 11 | 276 | 330 | 140 | 14 | 0 | 17 | 274 | 134 | 54 |
| Binary | 1001 | 10111110 | 11011000 | 1100000 | 1100 | 0 | 1111 | 10111100 | 1011100 | 101100 |
Color Harmonies of #09BED8
Complementary color
Monochromatic Colors of #09BED8
Black with #09BED8
Text Example
Text Example
White with #09BED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BED8; }
p { color: rgb(9,190,216); }
H1.HeaderClassName
{
color: #09BED8;
}
.AnyTagClassName
{
color: #09BED8;
}
</style>
background-color css
<style>
a { background-color: #09BED8; }
a { background-color: rgb(9,190,216); }
div.DivClassName
{
background-color: #09BED8;
}
.BgClassName
{
background-color: #09BED8;
}
</style>
border-color css
<style>
span { border-color: #09BED8; }
span { border-color: rgb(9,190,216); }
td.TdClassName
{
border-color: #09BED8;
}
.TagClassName
{
border-color: #09BED8;
}
</style>