Shades of Iris Blue #1EACCE
Tints of Iris Blue #1EACCE
RGB
CMYK
RGB Variations
Color information
#1EACCE (or 0x1EACCE) is known color: Iris Blue. HEX triplet: 1E, AC and CE. RGB value is (30,172,206). Sum of RGB (Red+Green+Blue) = 30+172+206=408 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.35% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #1EACCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EACCE is #E15331. Grayscale: #858585. Windows color (decimal): -14766898 or 13544478. OLE color: 13544478.
HSL color Cylindrical-coordinate representation of color #1EACCE: hue angle of 191.59º 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 #1EACCE is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 172 | 206 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.19 |
| HSL | 191.59º | 0.75% | 0.46% | - |
| HSV(B) | 191.59º | 0.85% | 0.81% | - |
| XYZ | 26.43 | 34.24 | 63.61 | - |
| YUV | 133.42 | 168.96 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 206 | 0.85 | 0.17 | 0 | 0.19 | 191.59 | 0.75 | 0.46 |
| Hex | 1E | AC | CE | 55 | 11 | 0 | 13 | C0 | 4B | 2E |
| Octal | 36 | 254 | 316 | 125 | 21 | 0 | 23 | 300 | 113 | 56 |
| Binary | 11110 | 10101100 | 11001110 | 1010101 | 10001 | 0 | 10011 | 11000000 | 1001011 | 101110 |
Color Harmonies of #1EACCE
Complementary color
Monochromatic Colors of #1EACCE
Black with #1EACCE
Text Example
Text Example
White with #1EACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EACCE; }
p { color: rgb(30,172,206); }
H1.HeaderClassName
{
color: #1EACCE;
}
.AnyTagClassName
{
color: #1EACCE;
}
</style>
background-color css
<style>
a { background-color: #1EACCE; }
a { background-color: rgb(30,172,206); }
div.DivClassName
{
background-color: #1EACCE;
}
.BgClassName
{
background-color: #1EACCE;
}
</style>
border-color css
<style>
span { border-color: #1EACCE; }
span { border-color: rgb(30,172,206); }
td.TdClassName
{
border-color: #1EACCE;
}
.TagClassName
{
border-color: #1EACCE;
}
</style>