Shades of Iris Blue #11BBC2
Tints of Iris Blue #11BBC2
RGB
CMYK
RGB Variations
Color information
#11BBC2 (or 0x11BBC2) is known color: Iris Blue. HEX triplet: 11, BB and C2. RGB value is (17,187,194). Sum of RGB (Red+Green+Blue) = 17+187+194=398 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.27% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 194 - color contains mainly: blue. Hex color #11BBC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BBC2 is #EE443D. Grayscale: #888888. Windows color (decimal): -15615038 or 12761873. OLE color: 12761873.
HSL color Cylindrical-coordinate representation of color #11BBC2: hue angle of 182.37º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BBC2 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 187 | 194 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.24 |
| HSL | 182.37º | 0.84% | 0.41% | - |
| HSV(B) | 182.37º | 0.91% | 0.76% | - |
| XYZ | 27.74 | 39.55 | 57.21 | - |
| YUV | 136.97 | 160.18 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 187 | 194 | 0.91 | 0.04 | 0 | 0.24 | 182.37 | 0.84 | 0.41 |
| Hex | 11 | BB | C2 | 5B | 4 | 0 | 18 | B6 | 54 | 29 |
| Octal | 21 | 273 | 302 | 133 | 4 | 0 | 30 | 266 | 124 | 51 |
| Binary | 10001 | 10111011 | 11000010 | 1011011 | 100 | 0 | 11000 | 10110110 | 1010100 | 101001 |
Color Harmonies of #11BBC2
Complementary color
Monochromatic Colors of #11BBC2
Black with #11BBC2
Text Example
Text Example
White with #11BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BBC2; }
p { color: rgb(17,187,194); }
H1.HeaderClassName
{
color: #11BBC2;
}
.AnyTagClassName
{
color: #11BBC2;
}
</style>
background-color css
<style>
a { background-color: #11BBC2; }
a { background-color: rgb(17,187,194); }
div.DivClassName
{
background-color: #11BBC2;
}
.BgClassName
{
background-color: #11BBC2;
}
</style>
border-color css
<style>
span { border-color: #11BBC2; }
span { border-color: rgb(17,187,194); }
td.TdClassName
{
border-color: #11BBC2;
}
.TagClassName
{
border-color: #11BBC2;
}
</style>