Shades of Iris Blue #1EACC8
Tints of Iris Blue #1EACC8
RGB
CMYK
RGB Variations
Color information
#1EACC8 (or 0x1EACC8) is known color: Iris Blue. HEX triplet: 1E, AC and C8. RGB value is (30,172,200). Sum of RGB (Red+Green+Blue) = 30+172+200=402 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.46% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 200 (78.52% from 255 or 49.75% from 402); Max value from RGB is 200 - color contains mainly: blue. Hex color #1EACC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EACC8 is #E15337. Grayscale: #848484. Windows color (decimal): -14766904 or 13151262. OLE color: 13151262.
HSL color Cylindrical-coordinate representation of color #1EACC8: hue angle of 189.88º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EACC8 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 30 | 172 | 200 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.22 |
| HSL | 189.88º | 0.74% | 0.45% | - |
| HSV(B) | 189.88º | 0.85% | 0.78% | - |
| XYZ | 25.71 | 33.95 | 59.84 | - |
| YUV | 132.73 | 165.96 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 200 | 0.85 | 0.14 | 0 | 0.22 | 189.88 | 0.74 | 0.45 |
| Hex | 1E | AC | C8 | 55 | E | 0 | 16 | BE | 4A | 2D |
| Octal | 36 | 254 | 310 | 125 | 16 | 0 | 26 | 276 | 112 | 55 |
| Binary | 11110 | 10101100 | 11001000 | 1010101 | 1110 | 0 | 10110 | 10111110 | 1001010 | 101101 |
Color Harmonies of #1EACC8
Complementary color
Monochromatic Colors of #1EACC8
Black with #1EACC8
Text Example
Text Example
White with #1EACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EACC8; }
p { color: rgb(30,172,200); }
H1.HeaderClassName
{
color: #1EACC8;
}
.AnyTagClassName
{
color: #1EACC8;
}
</style>
background-color css
<style>
a { background-color: #1EACC8; }
a { background-color: rgb(30,172,200); }
div.DivClassName
{
background-color: #1EACC8;
}
.BgClassName
{
background-color: #1EACC8;
}
</style>
border-color css
<style>
span { border-color: #1EACC8; }
span { border-color: rgb(30,172,200); }
td.TdClassName
{
border-color: #1EACC8;
}
.TagClassName
{
border-color: #1EACC8;
}
</style>