Shades of Iris Blue #1EAECA
Tints of Iris Blue #1EAECA
RGB
CMYK
RGB Variations
Color information
#1EAECA (or 0x1EAECA) is known color: Iris Blue. HEX triplet: 1E, AE and CA. RGB value is (30,174,202). Sum of RGB (Red+Green+Blue) = 30+174+202=406 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.39% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #1EAECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAECA is #E15135. Grayscale: #858585. Windows color (decimal): -14766390 or 13282846. OLE color: 13282846.
HSL color Cylindrical-coordinate representation of color #1EAECA: hue angle of 189.77º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EAECA is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 174 | 202 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.21 |
| HSL | 189.77º | 0.74% | 0.45% | - |
| HSV(B) | 189.77º | 0.85% | 0.79% | - |
| XYZ | 26.33 | 34.81 | 61.21 | - |
| YUV | 134.14 | 166.29 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 174 | 202 | 0.85 | 0.14 | 0 | 0.21 | 189.77 | 0.74 | 0.45 |
| Hex | 1E | AE | CA | 55 | E | 0 | 15 | BE | 4A | 2D |
| Octal | 36 | 256 | 312 | 125 | 16 | 0 | 25 | 276 | 112 | 55 |
| Binary | 11110 | 10101110 | 11001010 | 1010101 | 1110 | 0 | 10101 | 10111110 | 1001010 | 101101 |
Color Harmonies of #1EAECA
Complementary color
Monochromatic Colors of #1EAECA
Black with #1EAECA
Text Example
Text Example
White with #1EAECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAECA; }
p { color: rgb(30,174,202); }
H1.HeaderClassName
{
color: #1EAECA;
}
.AnyTagClassName
{
color: #1EAECA;
}
</style>
background-color css
<style>
a { background-color: #1EAECA; }
a { background-color: rgb(30,174,202); }
div.DivClassName
{
background-color: #1EAECA;
}
.BgClassName
{
background-color: #1EAECA;
}
</style>
border-color css
<style>
span { border-color: #1EAECA; }
span { border-color: rgb(30,174,202); }
td.TdClassName
{
border-color: #1EAECA;
}
.TagClassName
{
border-color: #1EAECA;
}
</style>