Shades of Iris Blue #11BBC3
Tints of Iris Blue #11BBC3
RGB
CMYK
RGB Variations
Color information
#11BBC3 (or 0x11BBC3) is known color: Iris Blue. HEX triplet: 11, BB and C3. RGB value is (17,187,195). Sum of RGB (Red+Green+Blue) = 17+187+195=399 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.26% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 195 (76.56% from 255 or 48.87% from 399); Max value from RGB is 195 - color contains mainly: blue. Hex color #11BBC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BBC3 is #EE443C. Grayscale: #888888. Windows color (decimal): -15615037 or 12827409. OLE color: 12827409.
HSL color Cylindrical-coordinate representation of color #11BBC3: hue angle of 182.7º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BBC3 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 187 | 195 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.24 |
| HSL | 182.7º | 0.84% | 0.42% | - |
| HSV(B) | 182.7º | 0.91% | 0.76% | - |
| XYZ | 27.85 | 39.6 | 57.81 | - |
| YUV | 137.08 | 160.68 | 42.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 187 | 195 | 0.91 | 0.04 | 0 | 0.24 | 182.7 | 0.84 | 0.42 |
| Hex | 11 | BB | C3 | 5B | 4 | 0 | 18 | B7 | 54 | 2A |
| Octal | 21 | 273 | 303 | 133 | 4 | 0 | 30 | 267 | 124 | 52 |
| Binary | 10001 | 10111011 | 11000011 | 1011011 | 100 | 0 | 11000 | 10110111 | 1010100 | 101010 |
Color Harmonies of #11BBC3
Complementary color
Monochromatic Colors of #11BBC3
Black with #11BBC3
Text Example
Text Example
White with #11BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BBC3; }
p { color: rgb(17,187,195); }
H1.HeaderClassName
{
color: #11BBC3;
}
.AnyTagClassName
{
color: #11BBC3;
}
</style>
background-color css
<style>
a { background-color: #11BBC3; }
a { background-color: rgb(17,187,195); }
div.DivClassName
{
background-color: #11BBC3;
}
.BgClassName
{
background-color: #11BBC3;
}
</style>
border-color css
<style>
span { border-color: #11BBC3; }
span { border-color: rgb(17,187,195); }
td.TdClassName
{
border-color: #11BBC3;
}
.TagClassName
{
border-color: #11BBC3;
}
</style>