Shades of Iris Blue #09ADC7
Tints of Iris Blue #09ADC7
RGB
CMYK
RGB Variations
Color information
#09ADC7 (or 0x09ADC7) is known color: Iris Blue. HEX triplet: 09, AD and C7. RGB value is (9,173,199). Sum of RGB (Red+Green+Blue) = 9+173+199=381 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 199 (78.12% from 255 or 52.23% from 381); Max value from RGB is 199 - color contains mainly: blue. Hex color #09ADC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ADC7 is #F65238. Grayscale: #7E7E7E. Windows color (decimal): -16142905 or 13085961. OLE color: 13085961.
HSL color Cylindrical-coordinate representation of color #09ADC7: hue angle of 188.21º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09ADC7 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 173 | 199 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.22 |
| HSL | 188.21º | 0.91% | 0.41% | - |
| HSV(B) | 188.21º | 0.95% | 0.78% | - |
| XYZ | 25.37 | 34.07 | 59.27 | - |
| YUV | 126.93 | 168.67 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 173 | 199 | 0.95 | 0.13 | 0 | 0.22 | 188.21 | 0.91 | 0.41 |
| Hex | 9 | AD | C7 | 5F | D | 0 | 16 | BC | 5B | 29 |
| Octal | 11 | 255 | 307 | 137 | 15 | 0 | 26 | 274 | 133 | 51 |
| Binary | 1001 | 10101101 | 11000111 | 1011111 | 1101 | 0 | 10110 | 10111100 | 1011011 | 101001 |
Color Harmonies of #09ADC7
Complementary color
Monochromatic Colors of #09ADC7
Black with #09ADC7
Text Example
Text Example
White with #09ADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ADC7; }
p { color: rgb(9,173,199); }
H1.HeaderClassName
{
color: #09ADC7;
}
.AnyTagClassName
{
color: #09ADC7;
}
</style>
background-color css
<style>
a { background-color: #09ADC7; }
a { background-color: rgb(9,173,199); }
div.DivClassName
{
background-color: #09ADC7;
}
.BgClassName
{
background-color: #09ADC7;
}
</style>
border-color css
<style>
span { border-color: #09ADC7; }
span { border-color: rgb(9,173,199); }
td.TdClassName
{
border-color: #09ADC7;
}
.TagClassName
{
border-color: #09ADC7;
}
</style>