Shades of Iris Blue #11ACCA
Tints of Iris Blue #11ACCA
RGB
CMYK
RGB Variations
Color information
#11ACCA (or 0x11ACCA) is known color: Iris Blue. HEX triplet: 11, AC and CA. RGB value is (17,172,202). Sum of RGB (Red+Green+Blue) = 17+172+202=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #11ACCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11ACCA is #EE5335. Grayscale: #808080. Windows color (decimal): -15618870 or 13282321. OLE color: 13282321.
HSL color Cylindrical-coordinate representation of color #11ACCA: hue angle of 189.73º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11ACCA is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 172 | 202 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.21 |
| HSL | 189.73º | 0.84% | 0.43% | - |
| HSV(B) | 189.73º | 0.92% | 0.79% | - |
| XYZ | 25.64 | 33.89 | 61.07 | - |
| YUV | 129.08 | 169.15 | 48.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 172 | 202 | 0.92 | 0.15 | 0 | 0.21 | 189.73 | 0.84 | 0.43 |
| Hex | 11 | AC | CA | 5C | F | 0 | 15 | BE | 54 | 2B |
| Octal | 21 | 254 | 312 | 134 | 17 | 0 | 25 | 276 | 124 | 53 |
| Binary | 10001 | 10101100 | 11001010 | 1011100 | 1111 | 0 | 10101 | 10111110 | 1010100 | 101011 |
Color Harmonies of #11ACCA
Complementary color
Monochromatic Colors of #11ACCA
Black with #11ACCA
Text Example
Text Example
White with #11ACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ACCA; }
p { color: rgb(17,172,202); }
H1.HeaderClassName
{
color: #11ACCA;
}
.AnyTagClassName
{
color: #11ACCA;
}
</style>
background-color css
<style>
a { background-color: #11ACCA; }
a { background-color: rgb(17,172,202); }
div.DivClassName
{
background-color: #11ACCA;
}
.BgClassName
{
background-color: #11ACCA;
}
</style>
border-color css
<style>
span { border-color: #11ACCA; }
span { border-color: rgb(17,172,202); }
td.TdClassName
{
border-color: #11ACCA;
}
.TagClassName
{
border-color: #11ACCA;
}
</style>