Shades of Iris Blue #11ACDF
Tints of Iris Blue #11ACDF
RGB
CMYK
RGB Variations
Color information
#11ACDF (or 0x11ACDF) is known color: Iris Blue. HEX triplet: 11, AC and DF. RGB value is (17,172,223). Sum of RGB (Red+Green+Blue) = 17+172+223=412 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.13% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #11ACDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ACDF is #EE5320. Grayscale: #838383. Windows color (decimal): -15618849 or 14658577. OLE color: 14658577.
HSL color Cylindrical-coordinate representation of color #11ACDF: hue angle of 194.85º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11ACDF is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 172 | 223 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.13 |
| HSL | 194.85º | 0.86% | 0.47% | - |
| HSV(B) | 194.85º | 0.92% | 0.87% | - |
| XYZ | 28.3 | 34.95 | 75.07 | - |
| YUV | 131.47 | 179.65 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 172 | 223 | 0.92 | 0.23 | 0 | 0.13 | 194.85 | 0.86 | 0.47 |
| Hex | 11 | AC | DF | 5C | 17 | 0 | D | C3 | 56 | 2F |
| Octal | 21 | 254 | 337 | 134 | 27 | 0 | 15 | 303 | 126 | 57 |
| Binary | 10001 | 10101100 | 11011111 | 1011100 | 10111 | 0 | 1101 | 11000011 | 1010110 | 101111 |
Color Harmonies of #11ACDF
Complementary color
Monochromatic Colors of #11ACDF
Black with #11ACDF
Text Example
Text Example
White with #11ACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ACDF; }
p { color: rgb(17,172,223); }
H1.HeaderClassName
{
color: #11ACDF;
}
.AnyTagClassName
{
color: #11ACDF;
}
</style>
background-color css
<style>
a { background-color: #11ACDF; }
a { background-color: rgb(17,172,223); }
div.DivClassName
{
background-color: #11ACDF;
}
.BgClassName
{
background-color: #11ACDF;
}
</style>
border-color css
<style>
span { border-color: #11ACDF; }
span { border-color: rgb(17,172,223); }
td.TdClassName
{
border-color: #11ACDF;
}
.TagClassName
{
border-color: #11ACDF;
}
</style>