Shades of Iris Blue #11A8DA
Tints of Iris Blue #11A8DA
RGB
CMYK
RGB Variations
Color information
#11A8DA (or 0x11A8DA) is known color: Iris Blue. HEX triplet: 11, A8 and DA. RGB value is (17,168,218). Sum of RGB (Red+Green+Blue) = 17+168+218=403 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.22% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #11A8DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A8DA is #EE5725. Grayscale: #808080. Windows color (decimal): -15619878 or 14329873. OLE color: 14329873.
HSL color Cylindrical-coordinate representation of color #11A8DA: hue angle of 194.93º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11A8DA is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 168 | 218 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.15 |
| HSL | 194.93º | 0.86% | 0.46% | - |
| HSV(B) | 194.93º | 0.92% | 0.85% | - |
| XYZ | 26.89 | 33.19 | 71.32 | - |
| YUV | 128.55 | 178.47 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 168 | 218 | 0.92 | 0.23 | 0 | 0.15 | 194.93 | 0.86 | 0.46 |
| Hex | 11 | A8 | DA | 5C | 17 | 0 | F | C3 | 56 | 2E |
| Octal | 21 | 250 | 332 | 134 | 27 | 0 | 17 | 303 | 126 | 56 |
| Binary | 10001 | 10101000 | 11011010 | 1011100 | 10111 | 0 | 1111 | 11000011 | 1010110 | 101110 |
Color Harmonies of #11A8DA
Complementary color
Monochromatic Colors of #11A8DA
Black with #11A8DA
Text Example
Text Example
White with #11A8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A8DA; }
p { color: rgb(17,168,218); }
H1.HeaderClassName
{
color: #11A8DA;
}
.AnyTagClassName
{
color: #11A8DA;
}
</style>
background-color css
<style>
a { background-color: #11A8DA; }
a { background-color: rgb(17,168,218); }
div.DivClassName
{
background-color: #11A8DA;
}
.BgClassName
{
background-color: #11A8DA;
}
</style>
border-color css
<style>
span { border-color: #11A8DA; }
span { border-color: rgb(17,168,218); }
td.TdClassName
{
border-color: #11A8DA;
}
.TagClassName
{
border-color: #11A8DA;
}
</style>