Shades of Iris Blue #09ADCE
Tints of Iris Blue #09ADCE
RGB
CMYK
RGB Variations
Color information
#09ADCE (or 0x09ADCE) is known color: Iris Blue. HEX triplet: 09, AD and CE. RGB value is (9,173,206). Sum of RGB (Red+Green+Blue) = 9+173+206=388 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.32% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #09ADCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ADCE is #F65231. Grayscale: #7F7F7F. Windows color (decimal): -16142898 or 13544713. OLE color: 13544713.
HSL color Cylindrical-coordinate representation of color #09ADCE: hue angle of 190.05º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ADCE is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 173 | 206 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.19 |
| HSL | 190.05º | 0.92% | 0.42% | - |
| HSV(B) | 190.05º | 0.96% | 0.81% | - |
| XYZ | 26.2 | 34.4 | 63.65 | - |
| YUV | 127.73 | 172.17 | 43.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 173 | 206 | 0.96 | 0.16 | 0 | 0.19 | 190.05 | 0.92 | 0.42 |
| Hex | 9 | AD | CE | 60 | 10 | 0 | 13 | BE | 5C | 2A |
| Octal | 11 | 255 | 316 | 140 | 20 | 0 | 23 | 276 | 134 | 52 |
| Binary | 1001 | 10101101 | 11001110 | 1100000 | 10000 | 0 | 10011 | 10111110 | 1011100 | 101010 |
Color Harmonies of #09ADCE
Complementary color
Monochromatic Colors of #09ADCE
Black with #09ADCE
Text Example
Text Example
White with #09ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ADCE; }
p { color: rgb(9,173,206); }
H1.HeaderClassName
{
color: #09ADCE;
}
.AnyTagClassName
{
color: #09ADCE;
}
</style>
background-color css
<style>
a { background-color: #09ADCE; }
a { background-color: rgb(9,173,206); }
div.DivClassName
{
background-color: #09ADCE;
}
.BgClassName
{
background-color: #09ADCE;
}
</style>
border-color css
<style>
span { border-color: #09ADCE; }
span { border-color: rgb(9,173,206); }
td.TdClassName
{
border-color: #09ADCE;
}
.TagClassName
{
border-color: #09ADCE;
}
</style>