Shades of Iris Blue #11B4DF
Tints of Iris Blue #11B4DF
RGB
CMYK
RGB Variations
Color information
#11B4DF (or 0x11B4DF) is known color: Iris Blue. HEX triplet: 11, B4 and DF. RGB value is (17,180,223). Sum of RGB (Red+Green+Blue) = 17+180+223=420 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.05% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #11B4DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B4DF is #EE4B20. Grayscale: #878787. Windows color (decimal): -15616801 or 14660625. OLE color: 14660625.
HSL color Cylindrical-coordinate representation of color #11B4DF: hue angle of 192.52º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11B4DF is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 180 | 223 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.13 |
| HSL | 192.52º | 0.86% | 0.47% | - |
| HSV(B) | 192.52º | 0.92% | 0.87% | - |
| XYZ | 29.87 | 38.09 | 75.59 | - |
| YUV | 136.17 | 177 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 180 | 223 | 0.92 | 0.19 | 0 | 0.13 | 192.52 | 0.86 | 0.47 |
| Hex | 11 | B4 | DF | 5C | 13 | 0 | D | C1 | 56 | 2F |
| Octal | 21 | 264 | 337 | 134 | 23 | 0 | 15 | 301 | 126 | 57 |
| Binary | 10001 | 10110100 | 11011111 | 1011100 | 10011 | 0 | 1101 | 11000001 | 1010110 | 101111 |
Color Harmonies of #11B4DF
Complementary color
Monochromatic Colors of #11B4DF
Black with #11B4DF
Text Example
Text Example
White with #11B4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B4DF; }
p { color: rgb(17,180,223); }
H1.HeaderClassName
{
color: #11B4DF;
}
.AnyTagClassName
{
color: #11B4DF;
}
</style>
background-color css
<style>
a { background-color: #11B4DF; }
a { background-color: rgb(17,180,223); }
div.DivClassName
{
background-color: #11B4DF;
}
.BgClassName
{
background-color: #11B4DF;
}
</style>
border-color css
<style>
span { border-color: #11B4DF; }
span { border-color: rgb(17,180,223); }
td.TdClassName
{
border-color: #11B4DF;
}
.TagClassName
{
border-color: #11B4DF;
}
</style>