Shades of Iris Blue #1EBAC9
Tints of Iris Blue #1EBAC9
RGB
CMYK
RGB Variations
Color information
#1EBAC9 (or 0x1EBAC9) is known color: Iris Blue. HEX triplet: 1E, BA and C9. RGB value is (30,186,201). Sum of RGB (Red+Green+Blue) = 30+186+201=417 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.19% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 201 - color contains mainly: blue. Hex color #1EBAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBAC9 is #E14536. Grayscale: #8C8C8C. Windows color (decimal): -14763319 or 13220382. OLE color: 13220382.
HSL color Cylindrical-coordinate representation of color #1EBAC9: hue angle of 185.26º 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 #1EBAC9 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 186 | 201 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.21 |
| HSL | 185.26º | 0.74% | 0.45% | - |
| HSV(B) | 185.26º | 0.85% | 0.79% | - |
| XYZ | 28.64 | 39.61 | 61.39 | - |
| YUV | 141.07 | 161.82 | 48.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 201 | 0.85 | 0.07 | 0 | 0.21 | 185.26 | 0.74 | 0.45 |
| Hex | 1E | BA | C9 | 55 | 7 | 0 | 15 | B9 | 4A | 2D |
| Octal | 36 | 272 | 311 | 125 | 7 | 0 | 25 | 271 | 112 | 55 |
| Binary | 11110 | 10111010 | 11001001 | 1010101 | 111 | 0 | 10101 | 10111001 | 1001010 | 101101 |
Color Harmonies of #1EBAC9
Complementary color
Monochromatic Colors of #1EBAC9
Black with #1EBAC9
Text Example
Text Example
White with #1EBAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBAC9; }
p { color: rgb(30,186,201); }
H1.HeaderClassName
{
color: #1EBAC9;
}
.AnyTagClassName
{
color: #1EBAC9;
}
</style>
background-color css
<style>
a { background-color: #1EBAC9; }
a { background-color: rgb(30,186,201); }
div.DivClassName
{
background-color: #1EBAC9;
}
.BgClassName
{
background-color: #1EBAC9;
}
</style>
border-color css
<style>
span { border-color: #1EBAC9; }
span { border-color: rgb(30,186,201); }
td.TdClassName
{
border-color: #1EBAC9;
}
.TagClassName
{
border-color: #1EBAC9;
}
</style>