Shades of Iris Blue #11ADCC
Tints of Iris Blue #11ADCC
RGB
CMYK
RGB Variations
Color information
#11ADCC (or 0x11ADCC) is known color: Iris Blue. HEX triplet: 11, AD and CC. RGB value is (17,173,204). Sum of RGB (Red+Green+Blue) = 17+173+204=394 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.31% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #11ADCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ADCC is #EE5233. Grayscale: #818181. Windows color (decimal): -15618612 or 13413649. OLE color: 13413649.
HSL color Cylindrical-coordinate representation of color #11ADCC: hue angle of 189.95º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11ADCC is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 173 | 204 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.2 |
| HSL | 189.95º | 0.85% | 0.43% | - |
| HSV(B) | 189.95º | 0.92% | 0.8% | - |
| XYZ | 26.07 | 34.37 | 62.39 | - |
| YUV | 129.89 | 169.82 | 47.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 204 | 0.92 | 0.15 | 0 | 0.2 | 189.95 | 0.85 | 0.43 |
| Hex | 11 | AD | CC | 5C | F | 0 | 14 | BE | 55 | 2B |
| Octal | 21 | 255 | 314 | 134 | 17 | 0 | 24 | 276 | 125 | 53 |
| Binary | 10001 | 10101101 | 11001100 | 1011100 | 1111 | 0 | 10100 | 10111110 | 1010101 | 101011 |
Color Harmonies of #11ADCC
Complementary color
Monochromatic Colors of #11ADCC
Black with #11ADCC
Text Example
Text Example
White with #11ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ADCC; }
p { color: rgb(17,173,204); }
H1.HeaderClassName
{
color: #11ADCC;
}
.AnyTagClassName
{
color: #11ADCC;
}
</style>
background-color css
<style>
a { background-color: #11ADCC; }
a { background-color: rgb(17,173,204); }
div.DivClassName
{
background-color: #11ADCC;
}
.BgClassName
{
background-color: #11ADCC;
}
</style>
border-color css
<style>
span { border-color: #11ADCC; }
span { border-color: rgb(17,173,204); }
td.TdClassName
{
border-color: #11ADCC;
}
.TagClassName
{
border-color: #11ADCC;
}
</style>