Shades of Iris Blue #09ADC6
Tints of Iris Blue #09ADC6
RGB
CMYK
RGB Variations
Color information
#09ADC6 (or 0x09ADC6) is known color: Iris Blue. HEX triplet: 09, AD and C6. RGB value is (9,173,198). Sum of RGB (Red+Green+Blue) = 9+173+198=380 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 198 (77.73% from 255 or 52.11% from 380); Max value from RGB is 198 - color contains mainly: blue. Hex color #09ADC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ADC6 is #F65239. Grayscale: #7E7E7E. Windows color (decimal): -16142906 or 13020425. OLE color: 13020425.
HSL color Cylindrical-coordinate representation of color #09ADC6: hue angle of 187.94º 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 #09ADC6 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 173 | 198 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.22 |
| HSL | 187.94º | 0.91% | 0.41% | - |
| HSV(B) | 187.94º | 0.95% | 0.78% | - |
| XYZ | 25.25 | 34.02 | 58.66 | - |
| YUV | 126.81 | 168.17 | 43.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 173 | 198 | 0.95 | 0.13 | 0 | 0.22 | 187.94 | 0.91 | 0.41 |
| Hex | 9 | AD | C6 | 5F | D | 0 | 16 | BC | 5B | 29 |
| Octal | 11 | 255 | 306 | 137 | 15 | 0 | 26 | 274 | 133 | 51 |
| Binary | 1001 | 10101101 | 11000110 | 1011111 | 1101 | 0 | 10110 | 10111100 | 1011011 | 101001 |
Color Harmonies of #09ADC6
Complementary color
Monochromatic Colors of #09ADC6
Black with #09ADC6
Text Example
Text Example
White with #09ADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ADC6; }
p { color: rgb(9,173,198); }
H1.HeaderClassName
{
color: #09ADC6;
}
.AnyTagClassName
{
color: #09ADC6;
}
</style>
background-color css
<style>
a { background-color: #09ADC6; }
a { background-color: rgb(9,173,198); }
div.DivClassName
{
background-color: #09ADC6;
}
.BgClassName
{
background-color: #09ADC6;
}
</style>
border-color css
<style>
span { border-color: #09ADC6; }
span { border-color: rgb(9,173,198); }
td.TdClassName
{
border-color: #09ADC6;
}
.TagClassName
{
border-color: #09ADC6;
}
</style>