Shades of Iris Blue #11BFCC
Tints of Iris Blue #11BFCC
RGB
CMYK
RGB Variations
Color information
#11BFCC (or 0x11BFCC) is known color: Iris Blue. HEX triplet: 11, BF and CC. RGB value is (17,191,204). Sum of RGB (Red+Green+Blue) = 17+191+204=412 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.13% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #11BFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BFCC is #EE4033. Grayscale: #8C8C8C. Windows color (decimal): -15614004 or 13418257. OLE color: 13418257.
HSL color Cylindrical-coordinate representation of color #11BFCC: hue angle of 184.17º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11BFCC is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 191 | 204 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.2 |
| HSL | 184.17º | 0.85% | 0.43% | - |
| HSV(B) | 184.17º | 0.92% | 0.8% | - |
| XYZ | 29.76 | 41.74 | 63.61 | - |
| YUV | 140.46 | 163.85 | 39.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 191 | 204 | 0.92 | 0.06 | 0 | 0.2 | 184.17 | 0.85 | 0.43 |
| Hex | 11 | BF | CC | 5C | 6 | 0 | 14 | B8 | 55 | 2B |
| Octal | 21 | 277 | 314 | 134 | 6 | 0 | 24 | 270 | 125 | 53 |
| Binary | 10001 | 10111111 | 11001100 | 1011100 | 110 | 0 | 10100 | 10111000 | 1010101 | 101011 |
Color Harmonies of #11BFCC
Complementary color
Monochromatic Colors of #11BFCC
Black with #11BFCC
Text Example
Text Example
White with #11BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BFCC; }
p { color: rgb(17,191,204); }
H1.HeaderClassName
{
color: #11BFCC;
}
.AnyTagClassName
{
color: #11BFCC;
}
</style>
background-color css
<style>
a { background-color: #11BFCC; }
a { background-color: rgb(17,191,204); }
div.DivClassName
{
background-color: #11BFCC;
}
.BgClassName
{
background-color: #11BFCC;
}
</style>
border-color css
<style>
span { border-color: #11BFCC; }
span { border-color: rgb(17,191,204); }
td.TdClassName
{
border-color: #11BFCC;
}
.TagClassName
{
border-color: #11BFCC;
}
</style>