Shades of Iris Blue #1EBECD
Tints of Iris Blue #1EBECD
RGB
CMYK
RGB Variations
Color information
#1EBECD (or 0x1EBECD) is known color: Iris Blue. HEX triplet: 1E, BE and CD. RGB value is (30,190,205). Sum of RGB (Red+Green+Blue) = 30+190+205=425 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.06% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #1EBECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBECD is #E14132. Grayscale: #8F8F8F. Windows color (decimal): -14762291 or 13483550. OLE color: 13483550.
HSL color Cylindrical-coordinate representation of color #1EBECD: hue angle of 185.14º 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 #1EBECD is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 190 | 205 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.20 |
| HSL | 185.14º | 0.74% | 0.46% | - |
| HSV(B) | 185.14º | 0.85% | 0.8% | - |
| XYZ | 29.97 | 41.51 | 64.19 | - |
| YUV | 143.87 | 162.49 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 205 | 0.85 | 0.07 | 0 | 0.20 | 185.14 | 0.74 | 0.46 |
| Hex | 1E | BE | CD | 55 | 7 | 0 | 14 | B9 | 4A | 2E |
| Octal | 36 | 276 | 315 | 125 | 7 | 0 | 24 | 271 | 112 | 56 |
| Binary | 11110 | 10111110 | 11001101 | 1010101 | 111 | 0 | 10100 | 10111001 | 1001010 | 101110 |
Color Harmonies of #1EBECD
Complementary color
Monochromatic Colors of #1EBECD
Black with #1EBECD
Text Example
Text Example
White with #1EBECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBECD; }
p { color: rgb(30,190,205); }
H1.HeaderClassName
{
color: #1EBECD;
}
.AnyTagClassName
{
color: #1EBECD;
}
</style>
background-color css
<style>
a { background-color: #1EBECD; }
a { background-color: rgb(30,190,205); }
div.DivClassName
{
background-color: #1EBECD;
}
.BgClassName
{
background-color: #1EBECD;
}
</style>
border-color css
<style>
span { border-color: #1EBECD; }
span { border-color: rgb(30,190,205); }
td.TdClassName
{
border-color: #1EBECD;
}
.TagClassName
{
border-color: #1EBECD;
}
</style>