Shades of Iris Blue #09ADE0
Tints of Iris Blue #09ADE0
RGB
CMYK
RGB Variations
Color information
#09ADE0 (or 0x09ADE0) is known color: Iris Blue. HEX triplet: 09, AD and E0. RGB value is (9,173,224). Sum of RGB (Red+Green+Blue) = 9+173+224=406 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 224 (87.89% from 255 or 55.17% from 406); Max value from RGB is 224 - color contains mainly: blue. Hex color #09ADE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ADE0 is #F6521F. Grayscale: #818181. Windows color (decimal): -16142880 or 14724361. OLE color: 14724361.
HSL color Cylindrical-coordinate representation of color #09ADE0: hue angle of 194.23º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ADE0 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 173 | 224 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.12 |
| HSL | 194.23º | 0.92% | 0.46% | - |
| HSV(B) | 194.23º | 0.96% | 0.88% | - |
| XYZ | 28.51 | 35.33 | 75.84 | - |
| YUV | 129.78 | 181.17 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 173 | 224 | 0.96 | 0.23 | 0 | 0.12 | 194.23 | 0.92 | 0.46 |
| Hex | 9 | AD | E0 | 60 | 17 | 0 | C | C2 | 5C | 2E |
| Octal | 11 | 255 | 340 | 140 | 27 | 0 | 14 | 302 | 134 | 56 |
| Binary | 1001 | 10101101 | 11100000 | 1100000 | 10111 | 0 | 1100 | 11000010 | 1011100 | 101110 |
Color Harmonies of #09ADE0
Complementary color
Monochromatic Colors of #09ADE0
Black with #09ADE0
Text Example
Text Example
White with #09ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ADE0; }
p { color: rgb(9,173,224); }
H1.HeaderClassName
{
color: #09ADE0;
}
.AnyTagClassName
{
color: #09ADE0;
}
</style>
background-color css
<style>
a { background-color: #09ADE0; }
a { background-color: rgb(9,173,224); }
div.DivClassName
{
background-color: #09ADE0;
}
.BgClassName
{
background-color: #09ADE0;
}
</style>
border-color css
<style>
span { border-color: #09ADE0; }
span { border-color: rgb(9,173,224); }
td.TdClassName
{
border-color: #09ADE0;
}
.TagClassName
{
border-color: #09ADE0;
}
</style>