Shades of Iris Blue #09AED9
Tints of Iris Blue #09AED9
RGB
CMYK
RGB Variations
Color information
#09AED9 (or 0x09AED9) is known color: Iris Blue. HEX triplet: 09, AE and D9. RGB value is (9,174,217). Sum of RGB (Red+Green+Blue) = 9+174+217=400 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.25% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 217 (85.16% from 255 or 54.25% from 400); Max value from RGB is 217 - color contains mainly: blue. Hex color #09AED9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AED9 is #F65126. Grayscale: #818181. Windows color (decimal): -16142631 or 14265865. OLE color: 14265865.
HSL color Cylindrical-coordinate representation of color #09AED9: hue angle of 192.4º 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 #09AED9 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 174 | 217 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.15 |
| HSL | 192.4º | 0.92% | 0.44% | - |
| HSV(B) | 192.4º | 0.96% | 0.85% | - |
| XYZ | 27.77 | 35.34 | 71 | - |
| YUV | 129.57 | 177.34 | 42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 174 | 217 | 0.96 | 0.20 | 0 | 0.15 | 192.4 | 0.92 | 0.44 |
| Hex | 9 | AE | D9 | 60 | 14 | 0 | F | C0 | 5C | 2C |
| Octal | 11 | 256 | 331 | 140 | 24 | 0 | 17 | 300 | 134 | 54 |
| Binary | 1001 | 10101110 | 11011001 | 1100000 | 10100 | 0 | 1111 | 11000000 | 1011100 | 101100 |
Color Harmonies of #09AED9
Complementary color
Monochromatic Colors of #09AED9
Black with #09AED9
Text Example
Text Example
White with #09AED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AED9; }
p { color: rgb(9,174,217); }
H1.HeaderClassName
{
color: #09AED9;
}
.AnyTagClassName
{
color: #09AED9;
}
</style>
background-color css
<style>
a { background-color: #09AED9; }
a { background-color: rgb(9,174,217); }
div.DivClassName
{
background-color: #09AED9;
}
.BgClassName
{
background-color: #09AED9;
}
</style>
border-color css
<style>
span { border-color: #09AED9; }
span { border-color: rgb(9,174,217); }
td.TdClassName
{
border-color: #09AED9;
}
.TagClassName
{
border-color: #09AED9;
}
</style>