Shades of Iris Blue #1EBED4
Tints of Iris Blue #1EBED4
RGB
CMYK
RGB Variations
Color information
#1EBED4 (or 0x1EBED4) is known color: Iris Blue. HEX triplet: 1E, BE and D4. RGB value is (30,190,212). Sum of RGB (Red+Green+Blue) = 30+190+212=432 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.94% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 212 (83.20% from 255 or 49.07% from 432); Max value from RGB is 212 - color contains mainly: blue. Hex color #1EBED4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBED4 is #E1412B. Grayscale: #909090. Windows color (decimal): -14762284 or 13942302. OLE color: 13942302.
HSL color Cylindrical-coordinate representation of color #1EBED4: hue angle of 187.25º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EBED4 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 30 | 190 | 212 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.17 |
| HSL | 187.25º | 0.75% | 0.47% | - |
| HSV(B) | 187.25º | 0.86% | 0.83% | - |
| XYZ | 30.83 | 41.86 | 68.74 | - |
| YUV | 144.67 | 165.99 | 46.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 212 | 0.86 | 0.10 | 0 | 0.17 | 187.25 | 0.75 | 0.47 |
| Hex | 1E | BE | D4 | 56 | A | 0 | 11 | BB | 4B | 2F |
| Octal | 36 | 276 | 324 | 126 | 12 | 0 | 21 | 273 | 113 | 57 |
| Binary | 11110 | 10111110 | 11010100 | 1010110 | 1010 | 0 | 10001 | 10111011 | 1001011 | 101111 |
Color Harmonies of #1EBED4
Complementary color
Monochromatic Colors of #1EBED4
Black with #1EBED4
Text Example
Text Example
White with #1EBED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBED4; }
p { color: rgb(30,190,212); }
H1.HeaderClassName
{
color: #1EBED4;
}
.AnyTagClassName
{
color: #1EBED4;
}
</style>
background-color css
<style>
a { background-color: #1EBED4; }
a { background-color: rgb(30,190,212); }
div.DivClassName
{
background-color: #1EBED4;
}
.BgClassName
{
background-color: #1EBED4;
}
</style>
border-color css
<style>
span { border-color: #1EBED4; }
span { border-color: rgb(30,190,212); }
td.TdClassName
{
border-color: #1EBED4;
}
.TagClassName
{
border-color: #1EBED4;
}
</style>