Shades of Iris Blue #11A8CF
Tints of Iris Blue #11A8CF
RGB
CMYK
RGB Variations
Color information
#11A8CF (or 0x11A8CF) is known color: Iris Blue. HEX triplet: 11, A8 and CF. RGB value is (17,168,207). Sum of RGB (Red+Green+Blue) = 17+168+207=392 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.34% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #11A8CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11A8CF is #EE5730. Grayscale: #7E7E7E. Windows color (decimal): -15619889 or 13608977. OLE color: 13608977.
HSL color Cylindrical-coordinate representation of color #11A8CF: hue angle of 192.32º 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 #11A8CF is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 168 | 207 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.19 |
| HSL | 192.32º | 0.85% | 0.44% | - |
| HSV(B) | 192.32º | 0.92% | 0.81% | - |
| XYZ | 25.5 | 32.63 | 63.99 | - |
| YUV | 127.3 | 172.97 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 168 | 207 | 0.92 | 0.19 | 0 | 0.19 | 192.32 | 0.85 | 0.44 |
| Hex | 11 | A8 | CF | 5C | 13 | 0 | 13 | C0 | 55 | 2C |
| Octal | 21 | 250 | 317 | 134 | 23 | 0 | 23 | 300 | 125 | 54 |
| Binary | 10001 | 10101000 | 11001111 | 1011100 | 10011 | 0 | 10011 | 11000000 | 1010101 | 101100 |
Color Harmonies of #11A8CF
Complementary color
Monochromatic Colors of #11A8CF
Black with #11A8CF
Text Example
Text Example
White with #11A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A8CF; }
p { color: rgb(17,168,207); }
H1.HeaderClassName
{
color: #11A8CF;
}
.AnyTagClassName
{
color: #11A8CF;
}
</style>
background-color css
<style>
a { background-color: #11A8CF; }
a { background-color: rgb(17,168,207); }
div.DivClassName
{
background-color: #11A8CF;
}
.BgClassName
{
background-color: #11A8CF;
}
</style>
border-color css
<style>
span { border-color: #11A8CF; }
span { border-color: rgb(17,168,207); }
td.TdClassName
{
border-color: #11A8CF;
}
.TagClassName
{
border-color: #11A8CF;
}
</style>