Shades of Iris Blue #1EBDCF
Tints of Iris Blue #1EBDCF
RGB
CMYK
RGB Variations
Color information
#1EBDCF (or 0x1EBDCF) is known color: Iris Blue. HEX triplet: 1E, BD and CF. RGB value is (30,189,207). Sum of RGB (Red+Green+Blue) = 30+189+207=426 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.04% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #1EBDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBDCF is #E14230. Grayscale: #8F8F8F. Windows color (decimal): -14762545 or 13614366. OLE color: 13614366.
HSL color Cylindrical-coordinate representation of color #1EBDCF: hue angle of 186.1º 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 #1EBDCF is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 189 | 207 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.19 |
| HSL | 186.1º | 0.75% | 0.46% | - |
| HSV(B) | 186.1º | 0.86% | 0.81% | - |
| XYZ | 30 | 41.18 | 65.4 | - |
| YUV | 143.51 | 163.82 | 47.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 189 | 207 | 0.86 | 0.09 | 0 | 0.19 | 186.1 | 0.75 | 0.46 |
| Hex | 1E | BD | CF | 56 | 9 | 0 | 13 | BA | 4B | 2E |
| Octal | 36 | 275 | 317 | 126 | 11 | 0 | 23 | 272 | 113 | 56 |
| Binary | 11110 | 10111101 | 11001111 | 1010110 | 1001 | 0 | 10011 | 10111010 | 1001011 | 101110 |
Color Harmonies of #1EBDCF
Complementary color
Monochromatic Colors of #1EBDCF
Black with #1EBDCF
Text Example
Text Example
White with #1EBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBDCF; }
p { color: rgb(30,189,207); }
H1.HeaderClassName
{
color: #1EBDCF;
}
.AnyTagClassName
{
color: #1EBDCF;
}
</style>
background-color css
<style>
a { background-color: #1EBDCF; }
a { background-color: rgb(30,189,207); }
div.DivClassName
{
background-color: #1EBDCF;
}
.BgClassName
{
background-color: #1EBDCF;
}
</style>
border-color css
<style>
span { border-color: #1EBDCF; }
span { border-color: rgb(30,189,207); }
td.TdClassName
{
border-color: #1EBDCF;
}
.TagClassName
{
border-color: #1EBDCF;
}
</style>