Shades of Iris Blue #11ACC3
Tints of Iris Blue #11ACC3
RGB
CMYK
RGB Variations
Color information
#11ACC3 (or 0x11ACC3) is known color: Iris Blue. HEX triplet: 11, AC and C3. RGB value is (17,172,195). Sum of RGB (Red+Green+Blue) = 17+172+195=384 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.43% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 195 (76.56% from 255 or 50.78% from 384); Max value from RGB is 195 - color contains mainly: blue. Hex color #11ACC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ACC3 is #EE533C. Grayscale: #808080. Windows color (decimal): -15618877 or 12823569. OLE color: 12823569.
HSL color Cylindrical-coordinate representation of color #11ACC3: hue angle of 187.75º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11ACC3 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 172 | 195 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.24 |
| HSL | 187.75º | 0.84% | 0.42% | - |
| HSV(B) | 187.75º | 0.91% | 0.76% | - |
| XYZ | 24.83 | 33.56 | 56.8 | - |
| YUV | 128.28 | 165.65 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 172 | 195 | 0.91 | 0.12 | 0 | 0.24 | 187.75 | 0.84 | 0.42 |
| Hex | 11 | AC | C3 | 5B | C | 0 | 18 | BC | 54 | 2A |
| Octal | 21 | 254 | 303 | 133 | 14 | 0 | 30 | 274 | 124 | 52 |
| Binary | 10001 | 10101100 | 11000011 | 1011011 | 1100 | 0 | 11000 | 10111100 | 1010100 | 101010 |
Color Harmonies of #11ACC3
Complementary color
Monochromatic Colors of #11ACC3
Black with #11ACC3
Text Example
Text Example
White with #11ACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ACC3; }
p { color: rgb(17,172,195); }
H1.HeaderClassName
{
color: #11ACC3;
}
.AnyTagClassName
{
color: #11ACC3;
}
</style>
background-color css
<style>
a { background-color: #11ACC3; }
a { background-color: rgb(17,172,195); }
div.DivClassName
{
background-color: #11ACC3;
}
.BgClassName
{
background-color: #11ACC3;
}
</style>
border-color css
<style>
span { border-color: #11ACC3; }
span { border-color: rgb(17,172,195); }
td.TdClassName
{
border-color: #11ACC3;
}
.TagClassName
{
border-color: #11ACC3;
}
</style>