Shades of Iris Blue #09B2DB
Tints of Iris Blue #09B2DB
RGB
CMYK
RGB Variations
Color information
#09B2DB (or 0x09B2DB) is known color: Iris Blue. HEX triplet: 09, B2 and DB. RGB value is (9,178,219). Sum of RGB (Red+Green+Blue) = 9+178+219=406 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #09B2DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09B2DB is #F64D24. Grayscale: #838383. Windows color (decimal): -16141605 or 14397961. OLE color: 14397961.
HSL color Cylindrical-coordinate representation of color #09B2DB: hue angle of 191.71º 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 #09B2DB is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 178 | 219 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.14 |
| HSL | 191.71º | 0.92% | 0.45% | - |
| HSV(B) | 191.71º | 0.96% | 0.86% | - |
| XYZ | 28.82 | 37.01 | 72.64 | - |
| YUV | 132.14 | 177.01 | 40.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 178 | 219 | 0.96 | 0.19 | 0 | 0.14 | 191.71 | 0.92 | 0.45 |
| Hex | 9 | B2 | DB | 60 | 13 | 0 | E | C0 | 5C | 2D |
| Octal | 11 | 262 | 333 | 140 | 23 | 0 | 16 | 300 | 134 | 55 |
| Binary | 1001 | 10110010 | 11011011 | 1100000 | 10011 | 0 | 1110 | 11000000 | 1011100 | 101101 |
Color Harmonies of #09B2DB
Complementary color
Monochromatic Colors of #09B2DB
Black with #09B2DB
Text Example
Text Example
White with #09B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B2DB; }
p { color: rgb(9,178,219); }
H1.HeaderClassName
{
color: #09B2DB;
}
.AnyTagClassName
{
color: #09B2DB;
}
</style>
background-color css
<style>
a { background-color: #09B2DB; }
a { background-color: rgb(9,178,219); }
div.DivClassName
{
background-color: #09B2DB;
}
.BgClassName
{
background-color: #09B2DB;
}
</style>
border-color css
<style>
span { border-color: #09B2DB; }
span { border-color: rgb(9,178,219); }
td.TdClassName
{
border-color: #09B2DB;
}
.TagClassName
{
border-color: #09B2DB;
}
</style>