Shades of Iris Blue #11AEC3
Tints of Iris Blue #11AEC3
RGB
CMYK
RGB Variations
Color information
#11AEC3 (or 0x11AEC3) is known color: Iris Blue. HEX triplet: 11, AE and C3. RGB value is (17,174,195). Sum of RGB (Red+Green+Blue) = 17+174+195=386 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.40% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 195 (76.56% from 255 or 50.52% from 386); Max value from RGB is 195 - color contains mainly: blue. Hex color #11AEC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AEC3 is #EE513C. Grayscale: #818181. Windows color (decimal): -15618365 or 12824081. OLE color: 12824081.
HSL color Cylindrical-coordinate representation of color #11AEC3: hue angle of 187.08º 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 #11AEC3 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 174 | 195 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.24 |
| HSL | 187.08º | 0.84% | 0.42% | - |
| HSV(B) | 187.08º | 0.91% | 0.76% | - |
| XYZ | 25.22 | 34.33 | 56.93 | - |
| YUV | 129.45 | 164.99 | 47.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 174 | 195 | 0.91 | 0.11 | 0 | 0.24 | 187.08 | 0.84 | 0.42 |
| Hex | 11 | AE | C3 | 5B | B | 0 | 18 | BB | 54 | 2A |
| Octal | 21 | 256 | 303 | 133 | 13 | 0 | 30 | 273 | 124 | 52 |
| Binary | 10001 | 10101110 | 11000011 | 1011011 | 1011 | 0 | 11000 | 10111011 | 1010100 | 101010 |
Color Harmonies of #11AEC3
Complementary color
Monochromatic Colors of #11AEC3
Black with #11AEC3
Text Example
Text Example
White with #11AEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AEC3; }
p { color: rgb(17,174,195); }
H1.HeaderClassName
{
color: #11AEC3;
}
.AnyTagClassName
{
color: #11AEC3;
}
</style>
background-color css
<style>
a { background-color: #11AEC3; }
a { background-color: rgb(17,174,195); }
div.DivClassName
{
background-color: #11AEC3;
}
.BgClassName
{
background-color: #11AEC3;
}
</style>
border-color css
<style>
span { border-color: #11AEC3; }
span { border-color: rgb(17,174,195); }
td.TdClassName
{
border-color: #11AEC3;
}
.TagClassName
{
border-color: #11AEC3;
}
</style>