Shades of Iris Blue #11C0CF
Tints of Iris Blue #11C0CF
RGB
CMYK
RGB Variations
Color information
#11C0CF (or 0x11C0CF) is known color: Iris Blue. HEX triplet: 11, C0 and CF. RGB value is (17,192,207). Sum of RGB (Red+Green+Blue) = 17+192+207=416 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.09% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #11C0CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11C0CF is #EE3F30. Grayscale: #8D8D8D. Windows color (decimal): -15613745 or 13615121. OLE color: 13615121.
HSL color Cylindrical-coordinate representation of color #11C0CF: hue angle of 184.74º 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 #11C0CF is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 192 | 207 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.19 |
| HSL | 184.74º | 0.85% | 0.44% | - |
| HSV(B) | 184.74º | 0.92% | 0.81% | - |
| XYZ | 30.34 | 42.32 | 65.6 | - |
| YUV | 141.39 | 165.02 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 207 | 0.92 | 0.07 | 0 | 0.19 | 184.74 | 0.85 | 0.44 |
| Hex | 11 | C0 | CF | 5C | 7 | 0 | 13 | B9 | 55 | 2C |
| Octal | 21 | 300 | 317 | 134 | 7 | 0 | 23 | 271 | 125 | 54 |
| Binary | 10001 | 11000000 | 11001111 | 1011100 | 111 | 0 | 10011 | 10111001 | 1010101 | 101100 |
Color Harmonies of #11C0CF
Complementary color
Monochromatic Colors of #11C0CF
Black with #11C0CF
Text Example
Text Example
White with #11C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C0CF; }
p { color: rgb(17,192,207); }
H1.HeaderClassName
{
color: #11C0CF;
}
.AnyTagClassName
{
color: #11C0CF;
}
</style>
background-color css
<style>
a { background-color: #11C0CF; }
a { background-color: rgb(17,192,207); }
div.DivClassName
{
background-color: #11C0CF;
}
.BgClassName
{
background-color: #11C0CF;
}
</style>
border-color css
<style>
span { border-color: #11C0CF; }
span { border-color: rgb(17,192,207); }
td.TdClassName
{
border-color: #11C0CF;
}
.TagClassName
{
border-color: #11C0CF;
}
</style>