Shades of Iris Blue #11BCC4
Tints of Iris Blue #11BCC4
RGB
CMYK
RGB Variations
Color information
#11BCC4 (or 0x11BCC4) is known color: Iris Blue. HEX triplet: 11, BC and C4. RGB value is (17,188,196). Sum of RGB (Red+Green+Blue) = 17+188+196=401 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.24% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 196 (76.95% from 255 or 48.88% from 401); Max value from RGB is 196 - color contains mainly: blue. Hex color #11BCC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BCC4 is #EE433B. Grayscale: #898989. Windows color (decimal): -15614780 or 12893201. OLE color: 12893201.
HSL color Cylindrical-coordinate representation of color #11BCC4: hue angle of 182.68º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BCC4 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 188 | 196 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.23 |
| HSL | 182.68º | 0.84% | 0.42% | - |
| HSV(B) | 182.68º | 0.91% | 0.77% | - |
| XYZ | 28.18 | 40.07 | 58.47 | - |
| YUV | 137.78 | 160.85 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 196 | 0.91 | 0.04 | 0 | 0.23 | 182.68 | 0.84 | 0.42 |
| Hex | 11 | BC | C4 | 5B | 4 | 0 | 17 | B7 | 54 | 2A |
| Octal | 21 | 274 | 304 | 133 | 4 | 0 | 27 | 267 | 124 | 52 |
| Binary | 10001 | 10111100 | 11000100 | 1011011 | 100 | 0 | 10111 | 10110111 | 1010100 | 101010 |
Color Harmonies of #11BCC4
Complementary color
Monochromatic Colors of #11BCC4
Black with #11BCC4
Text Example
Text Example
White with #11BCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BCC4; }
p { color: rgb(17,188,196); }
H1.HeaderClassName
{
color: #11BCC4;
}
.AnyTagClassName
{
color: #11BCC4;
}
</style>
background-color css
<style>
a { background-color: #11BCC4; }
a { background-color: rgb(17,188,196); }
div.DivClassName
{
background-color: #11BCC4;
}
.BgClassName
{
background-color: #11BCC4;
}
</style>
border-color css
<style>
span { border-color: #11BCC4; }
span { border-color: rgb(17,188,196); }
td.TdClassName
{
border-color: #11BCC4;
}
.TagClassName
{
border-color: #11BCC4;
}
</style>