Shades of Iris Blue #1EC3CE
Tints of Iris Blue #1EC3CE
RGB
CMYK
RGB Variations
Color information
#1EC3CE (or 0x1EC3CE) is known color: Iris Blue. HEX triplet: 1E, C3 and CE. RGB value is (30,195,206). Sum of RGB (Red+Green+Blue) = 30+195+206=431 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.96% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #1EC3CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC3CE is #E13C31. Grayscale: #929292. Windows color (decimal): -14761010 or 13550366. OLE color: 13550366.
HSL color Cylindrical-coordinate representation of color #1EC3CE: hue angle of 183.75º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC3CE is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 195 | 206 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.19 |
| HSL | 183.75º | 0.75% | 0.46% | - |
| HSV(B) | 183.75º | 0.85% | 0.81% | - |
| XYZ | 31.19 | 43.76 | 65.2 | - |
| YUV | 146.92 | 161.34 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 195 | 206 | 0.85 | 0.05 | 0 | 0.19 | 183.75 | 0.75 | 0.46 |
| Hex | 1E | C3 | CE | 55 | 5 | 0 | 13 | B8 | 4B | 2E |
| Octal | 36 | 303 | 316 | 125 | 5 | 0 | 23 | 270 | 113 | 56 |
| Binary | 11110 | 11000011 | 11001110 | 1010101 | 101 | 0 | 10011 | 10111000 | 1001011 | 101110 |
Color Harmonies of #1EC3CE
Complementary color
Monochromatic Colors of #1EC3CE
Black with #1EC3CE
Text Example
Text Example
White with #1EC3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC3CE; }
p { color: rgb(30,195,206); }
H1.HeaderClassName
{
color: #1EC3CE;
}
.AnyTagClassName
{
color: #1EC3CE;
}
</style>
background-color css
<style>
a { background-color: #1EC3CE; }
a { background-color: rgb(30,195,206); }
div.DivClassName
{
background-color: #1EC3CE;
}
.BgClassName
{
background-color: #1EC3CE;
}
</style>
border-color css
<style>
span { border-color: #1EC3CE; }
span { border-color: rgb(30,195,206); }
td.TdClassName
{
border-color: #1EC3CE;
}
.TagClassName
{
border-color: #1EC3CE;
}
</style>