Shades of Iris Blue #09A9DB
Tints of Iris Blue #09A9DB
RGB
CMYK
RGB Variations
Color information
#09A9DB (or 0x09A9DB) is known color: Iris Blue. HEX triplet: 09, A9 and DB. RGB value is (9,169,219). Sum of RGB (Red+Green+Blue) = 9+169+219=397 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #09A9DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A9DB is #F65624. Grayscale: #7E7E7E. Windows color (decimal): -16143909 or 14395657. OLE color: 14395657.
HSL color Cylindrical-coordinate representation of color #09A9DB: hue angle of 194.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 #09A9DB is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 169 | 219 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.14 |
| HSL | 194.29º | 0.92% | 0.45% | - |
| HSV(B) | 194.29º | 0.96% | 0.86% | - |
| XYZ | 27.09 | 33.55 | 72.07 | - |
| YUV | 126.86 | 179.99 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 169 | 219 | 0.96 | 0.23 | 0 | 0.14 | 194.29 | 0.92 | 0.45 |
| Hex | 9 | A9 | DB | 60 | 17 | 0 | E | C2 | 5C | 2D |
| Octal | 11 | 251 | 333 | 140 | 27 | 0 | 16 | 302 | 134 | 55 |
| Binary | 1001 | 10101001 | 11011011 | 1100000 | 10111 | 0 | 1110 | 11000010 | 1011100 | 101101 |
Color Harmonies of #09A9DB
Complementary color
Monochromatic Colors of #09A9DB
Black with #09A9DB
Text Example
Text Example
White with #09A9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A9DB; }
p { color: rgb(9,169,219); }
H1.HeaderClassName
{
color: #09A9DB;
}
.AnyTagClassName
{
color: #09A9DB;
}
</style>
background-color css
<style>
a { background-color: #09A9DB; }
a { background-color: rgb(9,169,219); }
div.DivClassName
{
background-color: #09A9DB;
}
.BgClassName
{
background-color: #09A9DB;
}
</style>
border-color css
<style>
span { border-color: #09A9DB; }
span { border-color: rgb(9,169,219); }
td.TdClassName
{
border-color: #09A9DB;
}
.TagClassName
{
border-color: #09A9DB;
}
</style>