Shades of Iris Blue #1EACCD
Tints of Iris Blue #1EACCD
RGB
CMYK
RGB Variations
Color information
#1EACCD (or 0x1EACCD) is known color: Iris Blue. HEX triplet: 1E, AC and CD. RGB value is (30,172,205). Sum of RGB (Red+Green+Blue) = 30+172+205=407 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.37% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #1EACCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EACCD is #E15332. Grayscale: #858585. Windows color (decimal): -14766899 or 13478942. OLE color: 13478942.
HSL color Cylindrical-coordinate representation of color #1EACCD: hue angle of 191.31º 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 #1EACCD is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 172 | 205 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.20 |
| HSL | 191.31º | 0.74% | 0.46% | - |
| HSV(B) | 191.31º | 0.85% | 0.8% | - |
| XYZ | 26.31 | 34.19 | 62.97 | - |
| YUV | 133.3 | 168.46 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 205 | 0.85 | 0.16 | 0 | 0.20 | 191.31 | 0.74 | 0.46 |
| Hex | 1E | AC | CD | 55 | 10 | 0 | 14 | BF | 4A | 2E |
| Octal | 36 | 254 | 315 | 125 | 20 | 0 | 24 | 277 | 112 | 56 |
| Binary | 11110 | 10101100 | 11001101 | 1010101 | 10000 | 0 | 10100 | 10111111 | 1001010 | 101110 |
Color Harmonies of #1EACCD
Complementary color
Monochromatic Colors of #1EACCD
Black with #1EACCD
Text Example
Text Example
White with #1EACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EACCD; }
p { color: rgb(30,172,205); }
H1.HeaderClassName
{
color: #1EACCD;
}
.AnyTagClassName
{
color: #1EACCD;
}
</style>
background-color css
<style>
a { background-color: #1EACCD; }
a { background-color: rgb(30,172,205); }
div.DivClassName
{
background-color: #1EACCD;
}
.BgClassName
{
background-color: #1EACCD;
}
</style>
border-color css
<style>
span { border-color: #1EACCD; }
span { border-color: rgb(30,172,205); }
td.TdClassName
{
border-color: #1EACCD;
}
.TagClassName
{
border-color: #1EACCD;
}
</style>