Shades of Iris Blue #1EA8CE
Tints of Iris Blue #1EA8CE
RGB
CMYK
RGB Variations
Color information
#1EA8CE (or 0x1EA8CE) is known color: Iris Blue. HEX triplet: 1E, A8 and CE. RGB value is (30,168,206). Sum of RGB (Red+Green+Blue) = 30+168+206=404 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.43% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #1EA8CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA8CE is #E15731. Grayscale: #828282. Windows color (decimal): -14767922 or 13543454. OLE color: 13543454.
HSL color Cylindrical-coordinate representation of color #1EA8CE: hue angle of 192.95º 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 #1EA8CE is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 168 | 206 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.19 |
| HSL | 192.95º | 0.75% | 0.46% | - |
| HSV(B) | 192.95º | 0.85% | 0.81% | - |
| XYZ | 25.68 | 32.74 | 63.36 | - |
| YUV | 131.07 | 170.28 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 168 | 206 | 0.85 | 0.18 | 0 | 0.19 | 192.95 | 0.75 | 0.46 |
| Hex | 1E | A8 | CE | 55 | 12 | 0 | 13 | C1 | 4B | 2E |
| Octal | 36 | 250 | 316 | 125 | 22 | 0 | 23 | 301 | 113 | 56 |
| Binary | 11110 | 10101000 | 11001110 | 1010101 | 10010 | 0 | 10011 | 11000001 | 1001011 | 101110 |
Color Harmonies of #1EA8CE
Complementary color
Monochromatic Colors of #1EA8CE
Black with #1EA8CE
Text Example
Text Example
White with #1EA8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA8CE; }
p { color: rgb(30,168,206); }
H1.HeaderClassName
{
color: #1EA8CE;
}
.AnyTagClassName
{
color: #1EA8CE;
}
</style>
background-color css
<style>
a { background-color: #1EA8CE; }
a { background-color: rgb(30,168,206); }
div.DivClassName
{
background-color: #1EA8CE;
}
.BgClassName
{
background-color: #1EA8CE;
}
</style>
border-color css
<style>
span { border-color: #1EA8CE; }
span { border-color: rgb(30,168,206); }
td.TdClassName
{
border-color: #1EA8CE;
}
.TagClassName
{
border-color: #1EA8CE;
}
</style>