Shades of Iris Blue #09BEDB
Tints of Iris Blue #09BEDB
RGB
CMYK
RGB Variations
Color information
#09BEDB (or 0x09BEDB) is known color: Iris Blue. HEX triplet: 09, BE and DB. RGB value is (9,190,219). Sum of RGB (Red+Green+Blue) = 9+190+219=418 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.15% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #09BEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09BEDB is #F64124. Grayscale: #8A8A8A. Windows color (decimal): -16138533 or 14401033. OLE color: 14401033.
HSL color Cylindrical-coordinate representation of color #09BEDB: hue angle of 188.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BEDB is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 190 | 219 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.14 |
| HSL | 188.29º | 0.92% | 0.45% | - |
| HSV(B) | 188.29º | 0.96% | 0.86% | - |
| XYZ | 31.31 | 42 | 73.47 | - |
| YUV | 139.19 | 173.03 | 35.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 190 | 219 | 0.96 | 0.13 | 0 | 0.14 | 188.29 | 0.92 | 0.45 |
| Hex | 9 | BE | DB | 60 | D | 0 | E | BC | 5C | 2D |
| Octal | 11 | 276 | 333 | 140 | 15 | 0 | 16 | 274 | 134 | 55 |
| Binary | 1001 | 10111110 | 11011011 | 1100000 | 1101 | 0 | 1110 | 10111100 | 1011100 | 101101 |
Color Harmonies of #09BEDB
Complementary color
Monochromatic Colors of #09BEDB
Black with #09BEDB
Text Example
Text Example
White with #09BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BEDB; }
p { color: rgb(9,190,219); }
H1.HeaderClassName
{
color: #09BEDB;
}
.AnyTagClassName
{
color: #09BEDB;
}
</style>
background-color css
<style>
a { background-color: #09BEDB; }
a { background-color: rgb(9,190,219); }
div.DivClassName
{
background-color: #09BEDB;
}
.BgClassName
{
background-color: #09BEDB;
}
</style>
border-color css
<style>
span { border-color: #09BEDB; }
span { border-color: rgb(9,190,219); }
td.TdClassName
{
border-color: #09BEDB;
}
.TagClassName
{
border-color: #09BEDB;
}
</style>