Shades of Iris Blue #1EBACD
Tints of Iris Blue #1EBACD
RGB
CMYK
RGB Variations
Color information
#1EBACD (or 0x1EBACD) is known color: Iris Blue. HEX triplet: 1E, BA and CD. RGB value is (30,186,205). Sum of RGB (Red+Green+Blue) = 30+186+205=421 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.13% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #1EBACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBACD is #E14532. Grayscale: #8D8D8D. Windows color (decimal): -14763315 or 13482526. OLE color: 13482526.
HSL color Cylindrical-coordinate representation of color #1EBACD: hue angle of 186.51º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EBACD is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 186 | 205 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.20 |
| HSL | 186.51º | 0.74% | 0.46% | - |
| HSV(B) | 186.51º | 0.85% | 0.8% | - |
| XYZ | 29.11 | 39.8 | 63.91 | - |
| YUV | 141.52 | 163.82 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 205 | 0.85 | 0.09 | 0 | 0.20 | 186.51 | 0.74 | 0.46 |
| Hex | 1E | BA | CD | 55 | 9 | 0 | 14 | BB | 4A | 2E |
| Octal | 36 | 272 | 315 | 125 | 11 | 0 | 24 | 273 | 112 | 56 |
| Binary | 11110 | 10111010 | 11001101 | 1010101 | 1001 | 0 | 10100 | 10111011 | 1001010 | 101110 |
Color Harmonies of #1EBACD
Complementary color
Monochromatic Colors of #1EBACD
Black with #1EBACD
Text Example
Text Example
White with #1EBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBACD; }
p { color: rgb(30,186,205); }
H1.HeaderClassName
{
color: #1EBACD;
}
.AnyTagClassName
{
color: #1EBACD;
}
</style>
background-color css
<style>
a { background-color: #1EBACD; }
a { background-color: rgb(30,186,205); }
div.DivClassName
{
background-color: #1EBACD;
}
.BgClassName
{
background-color: #1EBACD;
}
</style>
border-color css
<style>
span { border-color: #1EBACD; }
span { border-color: rgb(30,186,205); }
td.TdClassName
{
border-color: #1EBACD;
}
.TagClassName
{
border-color: #1EBACD;
}
</style>