Shades of Iris Blue #09ADC4
Tints of Iris Blue #09ADC4
RGB
CMYK
RGB Variations
Color information
#09ADC4 (or 0x09ADC4) is known color: Iris Blue. HEX triplet: 09, AD and C4. RGB value is (9,173,196). Sum of RGB (Red+Green+Blue) = 9+173+196=378 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.38% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 196 (76.95% from 255 or 51.85% from 378); Max value from RGB is 196 - color contains mainly: blue. Hex color #09ADC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ADC4 is #F6523B. Grayscale: #7E7E7E. Windows color (decimal): -16142908 or 12889353. OLE color: 12889353.
HSL color Cylindrical-coordinate representation of color #09ADC4: hue angle of 187.38º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09ADC4 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 9 | 173 | 196 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.23 |
| HSL | 187.38º | 0.91% | 0.4% | - |
| HSV(B) | 187.38º | 0.95% | 0.77% | - |
| XYZ | 25.02 | 33.93 | 57.46 | - |
| YUV | 126.59 | 167.17 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 173 | 196 | 0.95 | 0.12 | 0 | 0.23 | 187.38 | 0.91 | 0.4 |
| Hex | 9 | AD | C4 | 5F | C | 0 | 17 | BB | 5B | 28 |
| Octal | 11 | 255 | 304 | 137 | 14 | 0 | 27 | 273 | 133 | 50 |
| Binary | 1001 | 10101101 | 11000100 | 1011111 | 1100 | 0 | 10111 | 10111011 | 1011011 | 101000 |
Color Harmonies of #09ADC4
Complementary color
Monochromatic Colors of #09ADC4
Black with #09ADC4
Text Example
Text Example
White with #09ADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ADC4; }
p { color: rgb(9,173,196); }
H1.HeaderClassName
{
color: #09ADC4;
}
.AnyTagClassName
{
color: #09ADC4;
}
</style>
background-color css
<style>
a { background-color: #09ADC4; }
a { background-color: rgb(9,173,196); }
div.DivClassName
{
background-color: #09ADC4;
}
.BgClassName
{
background-color: #09ADC4;
}
</style>
border-color css
<style>
span { border-color: #09ADC4; }
span { border-color: rgb(9,173,196); }
td.TdClassName
{
border-color: #09ADC4;
}
.TagClassName
{
border-color: #09ADC4;
}
</style>