Shades of Iris Blue #1EBACF
Tints of Iris Blue #1EBACF
RGB
CMYK
RGB Variations
Color information
#1EBACF (or 0x1EBACF) is known color: Iris Blue. HEX triplet: 1E, BA and CF. RGB value is (30,186,207). Sum of RGB (Red+Green+Blue) = 30+186+207=423 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.09% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #1EBACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBACF is #E14530. Grayscale: #8D8D8D. Windows color (decimal): -14763313 or 13613598. OLE color: 13613598.
HSL color Cylindrical-coordinate representation of color #1EBACF: hue angle of 187.12º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EBACF is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 186 | 207 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.19 |
| HSL | 187.12º | 0.75% | 0.46% | - |
| HSV(B) | 187.12º | 0.86% | 0.81% | - |
| XYZ | 29.36 | 39.9 | 65.19 | - |
| YUV | 141.75 | 164.82 | 48.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 207 | 0.86 | 0.10 | 0 | 0.19 | 187.12 | 0.75 | 0.46 |
| Hex | 1E | BA | CF | 56 | A | 0 | 13 | BB | 4B | 2E |
| Octal | 36 | 272 | 317 | 126 | 12 | 0 | 23 | 273 | 113 | 56 |
| Binary | 11110 | 10111010 | 11001111 | 1010110 | 1010 | 0 | 10011 | 10111011 | 1001011 | 101110 |
Color Harmonies of #1EBACF
Complementary color
Monochromatic Colors of #1EBACF
Black with #1EBACF
Text Example
Text Example
White with #1EBACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBACF; }
p { color: rgb(30,186,207); }
H1.HeaderClassName
{
color: #1EBACF;
}
.AnyTagClassName
{
color: #1EBACF;
}
</style>
background-color css
<style>
a { background-color: #1EBACF; }
a { background-color: rgb(30,186,207); }
div.DivClassName
{
background-color: #1EBACF;
}
.BgClassName
{
background-color: #1EBACF;
}
</style>
border-color css
<style>
span { border-color: #1EBACF; }
span { border-color: rgb(30,186,207); }
td.TdClassName
{
border-color: #1EBACF;
}
.TagClassName
{
border-color: #1EBACF;
}
</style>