Shades of Iris Blue #11AECF
Tints of Iris Blue #11AECF
RGB
CMYK
RGB Variations
Color information
#11AECF (or 0x11AECF) is known color: Iris Blue. HEX triplet: 11, AE and CF. RGB value is (17,174,207). Sum of RGB (Red+Green+Blue) = 17+174+207=398 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.27% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #11AECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11AECF is #EE5130. Grayscale: #828282. Windows color (decimal): -15618353 or 13610513. OLE color: 13610513.
HSL color Cylindrical-coordinate representation of color #11AECF: hue angle of 190.42º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11AECF is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 174 | 207 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.19 |
| HSL | 190.42º | 0.85% | 0.44% | - |
| HSV(B) | 190.42º | 0.92% | 0.81% | - |
| XYZ | 26.63 | 34.9 | 64.36 | - |
| YUV | 130.82 | 170.99 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 174 | 207 | 0.92 | 0.16 | 0 | 0.19 | 190.42 | 0.85 | 0.44 |
| Hex | 11 | AE | CF | 5C | 10 | 0 | 13 | BE | 55 | 2C |
| Octal | 21 | 256 | 317 | 134 | 20 | 0 | 23 | 276 | 125 | 54 |
| Binary | 10001 | 10101110 | 11001111 | 1011100 | 10000 | 0 | 10011 | 10111110 | 1010101 | 101100 |
Color Harmonies of #11AECF
Complementary color
Monochromatic Colors of #11AECF
Black with #11AECF
Text Example
Text Example
White with #11AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AECF; }
p { color: rgb(17,174,207); }
H1.HeaderClassName
{
color: #11AECF;
}
.AnyTagClassName
{
color: #11AECF;
}
</style>
background-color css
<style>
a { background-color: #11AECF; }
a { background-color: rgb(17,174,207); }
div.DivClassName
{
background-color: #11AECF;
}
.BgClassName
{
background-color: #11AECF;
}
</style>
border-color css
<style>
span { border-color: #11AECF; }
span { border-color: rgb(17,174,207); }
td.TdClassName
{
border-color: #11AECF;
}
.TagClassName
{
border-color: #11AECF;
}
</style>