Shades of Iris Blue #1EBED7
Tints of Iris Blue #1EBED7
RGB
CMYK
RGB Variations
Color information
#1EBED7 (or 0x1EBED7) is known color: Iris Blue. HEX triplet: 1E, BE and D7. RGB value is (30,190,215). Sum of RGB (Red+Green+Blue) = 30+190+215=435 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.90% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 215 (84.38% from 255 or 49.43% from 435); Max value from RGB is 215 - color contains mainly: blue. Hex color #1EBED7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBED7 is #E14128. Grayscale: #909090. Windows color (decimal): -14762281 or 14138910. OLE color: 14138910.
HSL color Cylindrical-coordinate representation of color #1EBED7: hue angle of 188.11º degrees, saturation: 0.76, 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 #1EBED7 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 190 | 215 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.16 |
| HSL | 188.11º | 0.76% | 0.48% | - |
| HSV(B) | 188.11º | 0.86% | 0.84% | - |
| XYZ | 31.21 | 42.01 | 70.75 | - |
| YUV | 145.01 | 167.49 | 45.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 215 | 0.86 | 0.12 | 0 | 0.16 | 188.11 | 0.76 | 0.48 |
| Hex | 1E | BE | D7 | 56 | C | 0 | 10 | BC | 4C | 30 |
| Octal | 36 | 276 | 327 | 126 | 14 | 0 | 20 | 274 | 114 | 60 |
| Binary | 11110 | 10111110 | 11010111 | 1010110 | 1100 | 0 | 10000 | 10111100 | 1001100 | 110000 |
Color Harmonies of #1EBED7
Complementary color
Monochromatic Colors of #1EBED7
Black with #1EBED7
Text Example
Text Example
White with #1EBED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBED7; }
p { color: rgb(30,190,215); }
H1.HeaderClassName
{
color: #1EBED7;
}
.AnyTagClassName
{
color: #1EBED7;
}
</style>
background-color css
<style>
a { background-color: #1EBED7; }
a { background-color: rgb(30,190,215); }
div.DivClassName
{
background-color: #1EBED7;
}
.BgClassName
{
background-color: #1EBED7;
}
</style>
border-color css
<style>
span { border-color: #1EBED7; }
span { border-color: rgb(30,190,215); }
td.TdClassName
{
border-color: #1EBED7;
}
.TagClassName
{
border-color: #1EBED7;
}
</style>