Shades of Iris Blue #1EADCE
Tints of Iris Blue #1EADCE
RGB
CMYK
RGB Variations
Color information
#1EADCE (or 0x1EADCE) is known color: Iris Blue. HEX triplet: 1E, AD and CE. RGB value is (30,173,206). Sum of RGB (Red+Green+Blue) = 30+173+206=409 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.33% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #1EADCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EADCE is #E15231. Grayscale: #858585. Windows color (decimal): -14766642 or 13544734. OLE color: 13544734.
HSL color Cylindrical-coordinate representation of color #1EADCE: hue angle of 191.25º 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 #1EADCE is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 173 | 206 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.19 |
| HSL | 191.25º | 0.75% | 0.46% | - |
| HSV(B) | 191.25º | 0.85% | 0.81% | - |
| XYZ | 26.62 | 34.62 | 63.67 | - |
| YUV | 134.01 | 168.62 | 53.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 206 | 0.85 | 0.16 | 0 | 0.19 | 191.25 | 0.75 | 0.46 |
| Hex | 1E | AD | CE | 55 | 10 | 0 | 13 | BF | 4B | 2E |
| Octal | 36 | 255 | 316 | 125 | 20 | 0 | 23 | 277 | 113 | 56 |
| Binary | 11110 | 10101101 | 11001110 | 1010101 | 10000 | 0 | 10011 | 10111111 | 1001011 | 101110 |
Color Harmonies of #1EADCE
Complementary color
Monochromatic Colors of #1EADCE
Black with #1EADCE
Text Example
Text Example
White with #1EADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EADCE; }
p { color: rgb(30,173,206); }
H1.HeaderClassName
{
color: #1EADCE;
}
.AnyTagClassName
{
color: #1EADCE;
}
</style>
background-color css
<style>
a { background-color: #1EADCE; }
a { background-color: rgb(30,173,206); }
div.DivClassName
{
background-color: #1EADCE;
}
.BgClassName
{
background-color: #1EADCE;
}
</style>
border-color css
<style>
span { border-color: #1EADCE; }
span { border-color: rgb(30,173,206); }
td.TdClassName
{
border-color: #1EADCE;
}
.TagClassName
{
border-color: #1EADCE;
}
</style>