Shades of Iris Blue #09AEDF
Tints of Iris Blue #09AEDF
RGB
CMYK
RGB Variations
Color information
#09AEDF (or 0x09AEDF) is known color: Iris Blue. HEX triplet: 09, AE and DF. RGB value is (9,174,223). Sum of RGB (Red+Green+Blue) = 9+174+223=406 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #09AEDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AEDF is #F65120. Grayscale: #818181. Windows color (decimal): -16142625 or 14659081. OLE color: 14659081.
HSL color Cylindrical-coordinate representation of color #09AEDF: hue angle of 193.74º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09AEDF is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 174 | 223 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.13 |
| HSL | 193.74º | 0.92% | 0.45% | - |
| HSV(B) | 193.74º | 0.96% | 0.87% | - |
| XYZ | 28.57 | 35.66 | 75.19 | - |
| YUV | 130.25 | 180.34 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 174 | 223 | 0.96 | 0.22 | 0 | 0.13 | 193.74 | 0.92 | 0.45 |
| Hex | 9 | AE | DF | 60 | 16 | 0 | D | C2 | 5C | 2D |
| Octal | 11 | 256 | 337 | 140 | 26 | 0 | 15 | 302 | 134 | 55 |
| Binary | 1001 | 10101110 | 11011111 | 1100000 | 10110 | 0 | 1101 | 11000010 | 1011100 | 101101 |
Color Harmonies of #09AEDF
Complementary color
Monochromatic Colors of #09AEDF
Black with #09AEDF
Text Example
Text Example
White with #09AEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AEDF; }
p { color: rgb(9,174,223); }
H1.HeaderClassName
{
color: #09AEDF;
}
.AnyTagClassName
{
color: #09AEDF;
}
</style>
background-color css
<style>
a { background-color: #09AEDF; }
a { background-color: rgb(9,174,223); }
div.DivClassName
{
background-color: #09AEDF;
}
.BgClassName
{
background-color: #09AEDF;
}
</style>
border-color css
<style>
span { border-color: #09AEDF; }
span { border-color: rgb(9,174,223); }
td.TdClassName
{
border-color: #09AEDF;
}
.TagClassName
{
border-color: #09AEDF;
}
</style>