Shades of Iris Blue #11AAD0
Tints of Iris Blue #11AAD0
RGB
CMYK
RGB Variations
Color information
#11AAD0 (or 0x11AAD0) is known color: Iris Blue. HEX triplet: 11, AA and D0. RGB value is (17,170,208). Sum of RGB (Red+Green+Blue) = 17+170+208=395 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.30% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 208 (81.64% from 255 or 52.66% from 395); Max value from RGB is 208 - color contains mainly: blue. Hex color #11AAD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AAD0 is #EE552F. Grayscale: #808080. Windows color (decimal): -15619376 or 13675025. OLE color: 13675025.
HSL color Cylindrical-coordinate representation of color #11AAD0: hue angle of 191.94º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11AAD0 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 170 | 208 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.18 |
| HSL | 191.94º | 0.85% | 0.44% | - |
| HSV(B) | 191.94º | 0.92% | 0.82% | - |
| XYZ | 25.99 | 33.42 | 64.76 | - |
| YUV | 128.59 | 172.81 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 170 | 208 | 0.92 | 0.18 | 0 | 0.18 | 191.94 | 0.85 | 0.44 |
| Hex | 11 | AA | D0 | 5C | 12 | 0 | 12 | C0 | 55 | 2C |
| Octal | 21 | 252 | 320 | 134 | 22 | 0 | 22 | 300 | 125 | 54 |
| Binary | 10001 | 10101010 | 11010000 | 1011100 | 10010 | 0 | 10010 | 11000000 | 1010101 | 101100 |
Color Harmonies of #11AAD0
Complementary color
Monochromatic Colors of #11AAD0
Black with #11AAD0
Text Example
Text Example
White with #11AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AAD0; }
p { color: rgb(17,170,208); }
H1.HeaderClassName
{
color: #11AAD0;
}
.AnyTagClassName
{
color: #11AAD0;
}
</style>
background-color css
<style>
a { background-color: #11AAD0; }
a { background-color: rgb(17,170,208); }
div.DivClassName
{
background-color: #11AAD0;
}
.BgClassName
{
background-color: #11AAD0;
}
</style>
border-color css
<style>
span { border-color: #11AAD0; }
span { border-color: rgb(17,170,208); }
td.TdClassName
{
border-color: #11AAD0;
}
.TagClassName
{
border-color: #11AAD0;
}
</style>