Shades of Iris Blue #1EBED5
Tints of Iris Blue #1EBED5
RGB
CMYK
RGB Variations
Color information
#1EBED5 (or 0x1EBED5) is known color: Iris Blue. HEX triplet: 1E, BE and D5. RGB value is (30,190,213). Sum of RGB (Red+Green+Blue) = 30+190+213=433 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.93% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 213 (83.59% from 255 or 49.19% from 433); Max value from RGB is 213 - color contains mainly: blue. Hex color #1EBED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBED5 is #E1412A. Grayscale: #909090. Windows color (decimal): -14762283 or 14007838. OLE color: 14007838.
HSL color Cylindrical-coordinate representation of color #1EBED5: hue angle of 187.54º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EBED5 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 190 | 213 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.16 |
| HSL | 187.54º | 0.75% | 0.48% | - |
| HSV(B) | 187.54º | 0.86% | 0.84% | - |
| XYZ | 30.96 | 41.91 | 69.41 | - |
| YUV | 144.78 | 166.49 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 213 | 0.86 | 0.11 | 0 | 0.16 | 187.54 | 0.75 | 0.48 |
| Hex | 1E | BE | D5 | 56 | B | 0 | 10 | BC | 4B | 30 |
| Octal | 36 | 276 | 325 | 126 | 13 | 0 | 20 | 274 | 113 | 60 |
| Binary | 11110 | 10111110 | 11010101 | 1010110 | 1011 | 0 | 10000 | 10111100 | 1001011 | 110000 |
Color Harmonies of #1EBED5
Complementary color
Monochromatic Colors of #1EBED5
Black with #1EBED5
Text Example
Text Example
White with #1EBED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBED5; }
p { color: rgb(30,190,213); }
H1.HeaderClassName
{
color: #1EBED5;
}
.AnyTagClassName
{
color: #1EBED5;
}
</style>
background-color css
<style>
a { background-color: #1EBED5; }
a { background-color: rgb(30,190,213); }
div.DivClassName
{
background-color: #1EBED5;
}
.BgClassName
{
background-color: #1EBED5;
}
</style>
border-color css
<style>
span { border-color: #1EBED5; }
span { border-color: rgb(30,190,213); }
td.TdClassName
{
border-color: #1EBED5;
}
.TagClassName
{
border-color: #1EBED5;
}
</style>