Shades of Iris Blue #1EC3CF
Tints of Iris Blue #1EC3CF
RGB
CMYK
RGB Variations
Color information
#1EC3CF (or 0x1EC3CF) is known color: Iris Blue. HEX triplet: 1E, C3 and CF. RGB value is (30,195,207). Sum of RGB (Red+Green+Blue) = 30+195+207=432 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.94% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #1EC3CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC3CF is #E13C30. Grayscale: #929292. Windows color (decimal): -14761009 or 13615902. OLE color: 13615902.
HSL color Cylindrical-coordinate representation of color #1EC3CF: hue angle of 184.07º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EC3CF is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 195 | 207 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.19 |
| HSL | 184.07º | 0.75% | 0.46% | - |
| HSV(B) | 184.07º | 0.86% | 0.81% | - |
| XYZ | 31.31 | 43.81 | 65.84 | - |
| YUV | 147.03 | 161.84 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 195 | 207 | 0.86 | 0.06 | 0 | 0.19 | 184.07 | 0.75 | 0.46 |
| Hex | 1E | C3 | CF | 56 | 6 | 0 | 13 | B8 | 4B | 2E |
| Octal | 36 | 303 | 317 | 126 | 6 | 0 | 23 | 270 | 113 | 56 |
| Binary | 11110 | 11000011 | 11001111 | 1010110 | 110 | 0 | 10011 | 10111000 | 1001011 | 101110 |
Color Harmonies of #1EC3CF
Complementary color
Monochromatic Colors of #1EC3CF
Black with #1EC3CF
Text Example
Text Example
White with #1EC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC3CF; }
p { color: rgb(30,195,207); }
H1.HeaderClassName
{
color: #1EC3CF;
}
.AnyTagClassName
{
color: #1EC3CF;
}
</style>
background-color css
<style>
a { background-color: #1EC3CF; }
a { background-color: rgb(30,195,207); }
div.DivClassName
{
background-color: #1EC3CF;
}
.BgClassName
{
background-color: #1EC3CF;
}
</style>
border-color css
<style>
span { border-color: #1EC3CF; }
span { border-color: rgb(30,195,207); }
td.TdClassName
{
border-color: #1EC3CF;
}
.TagClassName
{
border-color: #1EC3CF;
}
</style>