Shades of Iris Blue #1EAACE
Tints of Iris Blue #1EAACE
RGB
CMYK
RGB Variations
Color information
#1EAACE (or 0x1EAACE) is known color: Iris Blue. HEX triplet: 1E, AA and CE. RGB value is (30,170,206). Sum of RGB (Red+Green+Blue) = 30+170+206=406 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.39% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #1EAACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAACE is #E15531. Grayscale: #838383. Windows color (decimal): -14767410 or 13543966. OLE color: 13543966.
HSL color Cylindrical-coordinate representation of color #1EAACE: hue angle of 192.27º 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 #1EAACE is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 170 | 206 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.19 |
| HSL | 192.27º | 0.75% | 0.46% | - |
| HSV(B) | 192.27º | 0.85% | 0.81% | - |
| XYZ | 26.05 | 33.48 | 63.48 | - |
| YUV | 132.24 | 169.62 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 170 | 206 | 0.85 | 0.17 | 0 | 0.19 | 192.27 | 0.75 | 0.46 |
| Hex | 1E | AA | CE | 55 | 11 | 0 | 13 | C0 | 4B | 2E |
| Octal | 36 | 252 | 316 | 125 | 21 | 0 | 23 | 300 | 113 | 56 |
| Binary | 11110 | 10101010 | 11001110 | 1010101 | 10001 | 0 | 10011 | 11000000 | 1001011 | 101110 |
Color Harmonies of #1EAACE
Complementary color
Monochromatic Colors of #1EAACE
Black with #1EAACE
Text Example
Text Example
White with #1EAACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAACE; }
p { color: rgb(30,170,206); }
H1.HeaderClassName
{
color: #1EAACE;
}
.AnyTagClassName
{
color: #1EAACE;
}
</style>
background-color css
<style>
a { background-color: #1EAACE; }
a { background-color: rgb(30,170,206); }
div.DivClassName
{
background-color: #1EAACE;
}
.BgClassName
{
background-color: #1EAACE;
}
</style>
border-color css
<style>
span { border-color: #1EAACE; }
span { border-color: rgb(30,170,206); }
td.TdClassName
{
border-color: #1EAACE;
}
.TagClassName
{
border-color: #1EAACE;
}
</style>