Shades of Iris Blue #11A8CD
Tints of Iris Blue #11A8CD
RGB
CMYK
RGB Variations
Color information
#11A8CD (or 0x11A8CD) is known color: Iris Blue. HEX triplet: 11, A8 and CD. RGB value is (17,168,205). Sum of RGB (Red+Green+Blue) = 17+168+205=390 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.36% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #11A8CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A8CD is #EE5732. Grayscale: #7E7E7E. Windows color (decimal): -15619891 or 13477905. OLE color: 13477905.
HSL color Cylindrical-coordinate representation of color #11A8CD: hue angle of 191.81º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11A8CD is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 168 | 205 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.20 |
| HSL | 191.81º | 0.85% | 0.44% | - |
| HSV(B) | 191.81º | 0.92% | 0.8% | - |
| XYZ | 25.25 | 32.53 | 62.71 | - |
| YUV | 127.07 | 171.97 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 168 | 205 | 0.92 | 0.18 | 0 | 0.20 | 191.81 | 0.85 | 0.44 |
| Hex | 11 | A8 | CD | 5C | 12 | 0 | 14 | C0 | 55 | 2C |
| Octal | 21 | 250 | 315 | 134 | 22 | 0 | 24 | 300 | 125 | 54 |
| Binary | 10001 | 10101000 | 11001101 | 1011100 | 10010 | 0 | 10100 | 11000000 | 1010101 | 101100 |
Color Harmonies of #11A8CD
Complementary color
Monochromatic Colors of #11A8CD
Black with #11A8CD
Text Example
Text Example
White with #11A8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A8CD; }
p { color: rgb(17,168,205); }
H1.HeaderClassName
{
color: #11A8CD;
}
.AnyTagClassName
{
color: #11A8CD;
}
</style>
background-color css
<style>
a { background-color: #11A8CD; }
a { background-color: rgb(17,168,205); }
div.DivClassName
{
background-color: #11A8CD;
}
.BgClassName
{
background-color: #11A8CD;
}
</style>
border-color css
<style>
span { border-color: #11A8CD; }
span { border-color: rgb(17,168,205); }
td.TdClassName
{
border-color: #11A8CD;
}
.TagClassName
{
border-color: #11A8CD;
}
</style>