Shades of Iris Blue #09ADCC
Tints of Iris Blue #09ADCC
RGB
CMYK
RGB Variations
Color information
#09ADCC (or 0x09ADCC) is known color: Iris Blue. HEX triplet: 09, AD and CC. RGB value is (9,173,204). Sum of RGB (Red+Green+Blue) = 9+173+204=386 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #09ADCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ADCC is #F65233. Grayscale: #7F7F7F. Windows color (decimal): -16142900 or 13413641. OLE color: 13413641.
HSL color Cylindrical-coordinate representation of color #09ADCC: hue angle of 189.54º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ADCC is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 173 | 204 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.2 |
| HSL | 189.54º | 0.92% | 0.42% | - |
| HSV(B) | 189.54º | 0.96% | 0.8% | - |
| XYZ | 25.96 | 34.3 | 62.38 | - |
| YUV | 127.5 | 171.17 | 43.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 173 | 204 | 0.96 | 0.15 | 0 | 0.2 | 189.54 | 0.92 | 0.42 |
| Hex | 9 | AD | CC | 60 | F | 0 | 14 | BE | 5C | 2A |
| Octal | 11 | 255 | 314 | 140 | 17 | 0 | 24 | 276 | 134 | 52 |
| Binary | 1001 | 10101101 | 11001100 | 1100000 | 1111 | 0 | 10100 | 10111110 | 1011100 | 101010 |
Color Harmonies of #09ADCC
Complementary color
Monochromatic Colors of #09ADCC
Black with #09ADCC
Text Example
Text Example
White with #09ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ADCC; }
p { color: rgb(9,173,204); }
H1.HeaderClassName
{
color: #09ADCC;
}
.AnyTagClassName
{
color: #09ADCC;
}
</style>
background-color css
<style>
a { background-color: #09ADCC; }
a { background-color: rgb(9,173,204); }
div.DivClassName
{
background-color: #09ADCC;
}
.BgClassName
{
background-color: #09ADCC;
}
</style>
border-color css
<style>
span { border-color: #09ADCC; }
span { border-color: rgb(9,173,204); }
td.TdClassName
{
border-color: #09ADCC;
}
.TagClassName
{
border-color: #09ADCC;
}
</style>