Shades of Iris Blue #1EC0D6
Tints of Iris Blue #1EC0D6
RGB
CMYK
RGB Variations
Color information
#1EC0D6 (or 0x1EC0D6) is known color: Iris Blue. HEX triplet: 1E, C0 and D6. RGB value is (30,192,214). Sum of RGB (Red+Green+Blue) = 30+192+214=436 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.88% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 214 - color contains mainly: blue. Hex color #1EC0D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC0D6 is #E13F29. Grayscale: #919191. Windows color (decimal): -14761770 or 14073886. OLE color: 14073886.
HSL color Cylindrical-coordinate representation of color #1EC0D6: hue angle of 187.17º 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 #1EC0D6 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 192 | 214 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.16 |
| HSL | 187.17º | 0.75% | 0.48% | - |
| HSV(B) | 187.17º | 0.86% | 0.84% | - |
| XYZ | 31.52 | 42.83 | 70.22 | - |
| YUV | 146.07 | 166.33 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 214 | 0.86 | 0.10 | 0 | 0.16 | 187.17 | 0.75 | 0.48 |
| Hex | 1E | C0 | D6 | 56 | A | 0 | 10 | BB | 4B | 30 |
| Octal | 36 | 300 | 326 | 126 | 12 | 0 | 20 | 273 | 113 | 60 |
| Binary | 11110 | 11000000 | 11010110 | 1010110 | 1010 | 0 | 10000 | 10111011 | 1001011 | 110000 |
Color Harmonies of #1EC0D6
Complementary color
Monochromatic Colors of #1EC0D6
Black with #1EC0D6
Text Example
Text Example
White with #1EC0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC0D6; }
p { color: rgb(30,192,214); }
H1.HeaderClassName
{
color: #1EC0D6;
}
.AnyTagClassName
{
color: #1EC0D6;
}
</style>
background-color css
<style>
a { background-color: #1EC0D6; }
a { background-color: rgb(30,192,214); }
div.DivClassName
{
background-color: #1EC0D6;
}
.BgClassName
{
background-color: #1EC0D6;
}
</style>
border-color css
<style>
span { border-color: #1EC0D6; }
span { border-color: rgb(30,192,214); }
td.TdClassName
{
border-color: #1EC0D6;
}
.TagClassName
{
border-color: #1EC0D6;
}
</style>