Shades of Iris Blue #1EBACE
Tints of Iris Blue #1EBACE
RGB
CMYK
RGB Variations
Color information
#1EBACE (or 0x1EBACE) is known color: Iris Blue. HEX triplet: 1E, BA and CE. RGB value is (30,186,206). Sum of RGB (Red+Green+Blue) = 30+186+206=422 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.11% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #1EBACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBACE is #E14531. Grayscale: #8D8D8D. Windows color (decimal): -14763314 or 13548062. OLE color: 13548062.
HSL color Cylindrical-coordinate representation of color #1EBACE: hue angle of 186.82º 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 #1EBACE is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 186 | 206 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.19 |
| HSL | 186.82º | 0.75% | 0.46% | - |
| HSV(B) | 186.82º | 0.85% | 0.81% | - |
| XYZ | 29.23 | 39.85 | 64.54 | - |
| YUV | 141.64 | 164.32 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 206 | 0.85 | 0.10 | 0 | 0.19 | 186.82 | 0.75 | 0.46 |
| Hex | 1E | BA | CE | 55 | A | 0 | 13 | BB | 4B | 2E |
| Octal | 36 | 272 | 316 | 125 | 12 | 0 | 23 | 273 | 113 | 56 |
| Binary | 11110 | 10111010 | 11001110 | 1010101 | 1010 | 0 | 10011 | 10111011 | 1001011 | 101110 |
Color Harmonies of #1EBACE
Complementary color
Monochromatic Colors of #1EBACE
Black with #1EBACE
Text Example
Text Example
White with #1EBACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBACE; }
p { color: rgb(30,186,206); }
H1.HeaderClassName
{
color: #1EBACE;
}
.AnyTagClassName
{
color: #1EBACE;
}
</style>
background-color css
<style>
a { background-color: #1EBACE; }
a { background-color: rgb(30,186,206); }
div.DivClassName
{
background-color: #1EBACE;
}
.BgClassName
{
background-color: #1EBACE;
}
</style>
border-color css
<style>
span { border-color: #1EBACE; }
span { border-color: rgb(30,186,206); }
td.TdClassName
{
border-color: #1EBACE;
}
.TagClassName
{
border-color: #1EBACE;
}
</style>