Shades of Iris Blue #1EADCD
Tints of Iris Blue #1EADCD
RGB
CMYK
RGB Variations
Color information
#1EADCD (or 0x1EADCD) is known color: Iris Blue. HEX triplet: 1E, AD and CD. RGB value is (30,173,205). Sum of RGB (Red+Green+Blue) = 30+173+205=408 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.35% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #1EADCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EADCD is #E15232. Grayscale: #858585. Windows color (decimal): -14766643 or 13479198. OLE color: 13479198.
HSL color Cylindrical-coordinate representation of color #1EADCD: hue angle of 190.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EADCD is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 173 | 205 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.20 |
| HSL | 190.97º | 0.74% | 0.46% | - |
| HSV(B) | 190.97º | 0.85% | 0.8% | - |
| XYZ | 26.5 | 34.57 | 63.03 | - |
| YUV | 133.89 | 168.12 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 205 | 0.85 | 0.16 | 0 | 0.20 | 190.97 | 0.74 | 0.46 |
| Hex | 1E | AD | CD | 55 | 10 | 0 | 14 | BF | 4A | 2E |
| Octal | 36 | 255 | 315 | 125 | 20 | 0 | 24 | 277 | 112 | 56 |
| Binary | 11110 | 10101101 | 11001101 | 1010101 | 10000 | 0 | 10100 | 10111111 | 1001010 | 101110 |
Color Harmonies of #1EADCD
Complementary color
Monochromatic Colors of #1EADCD
Black with #1EADCD
Text Example
Text Example
White with #1EADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EADCD; }
p { color: rgb(30,173,205); }
H1.HeaderClassName
{
color: #1EADCD;
}
.AnyTagClassName
{
color: #1EADCD;
}
</style>
background-color css
<style>
a { background-color: #1EADCD; }
a { background-color: rgb(30,173,205); }
div.DivClassName
{
background-color: #1EADCD;
}
.BgClassName
{
background-color: #1EADCD;
}
</style>
border-color css
<style>
span { border-color: #1EADCD; }
span { border-color: rgb(30,173,205); }
td.TdClassName
{
border-color: #1EADCD;
}
.TagClassName
{
border-color: #1EADCD;
}
</style>