Shades of Iris Blue #1EBCD1
Tints of Iris Blue #1EBCD1
RGB
CMYK
RGB Variations
Color information
#1EBCD1 (or 0x1EBCD1) is known color: Iris Blue. HEX triplet: 1E, BC and D1. RGB value is (30,188,209). Sum of RGB (Red+Green+Blue) = 30+188+209=427 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.03% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 209 (82.03% from 255 or 48.95% from 427); Max value from RGB is 209 - color contains mainly: blue. Hex color #1EBCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBCD1 is #E1432E. Grayscale: #8E8E8E. Windows color (decimal): -14762799 or 13745182. OLE color: 13745182.
HSL color Cylindrical-coordinate representation of color #1EBCD1: hue angle of 187.04º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EBCD1 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 188 | 209 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.18 |
| HSL | 187.04º | 0.75% | 0.47% | - |
| HSV(B) | 187.04º | 0.86% | 0.82% | - |
| XYZ | 30.03 | 40.85 | 66.62 | - |
| YUV | 143.15 | 165.15 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 188 | 209 | 0.86 | 0.10 | 0 | 0.18 | 187.04 | 0.75 | 0.47 |
| Hex | 1E | BC | D1 | 56 | A | 0 | 12 | BB | 4B | 2F |
| Octal | 36 | 274 | 321 | 126 | 12 | 0 | 22 | 273 | 113 | 57 |
| Binary | 11110 | 10111100 | 11010001 | 1010110 | 1010 | 0 | 10010 | 10111011 | 1001011 | 101111 |
Color Harmonies of #1EBCD1
Complementary color
Monochromatic Colors of #1EBCD1
Black with #1EBCD1
Text Example
Text Example
White with #1EBCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBCD1; }
p { color: rgb(30,188,209); }
H1.HeaderClassName
{
color: #1EBCD1;
}
.AnyTagClassName
{
color: #1EBCD1;
}
</style>
background-color css
<style>
a { background-color: #1EBCD1; }
a { background-color: rgb(30,188,209); }
div.DivClassName
{
background-color: #1EBCD1;
}
.BgClassName
{
background-color: #1EBCD1;
}
</style>
border-color css
<style>
span { border-color: #1EBCD1; }
span { border-color: rgb(30,188,209); }
td.TdClassName
{
border-color: #1EBCD1;
}
.TagClassName
{
border-color: #1EBCD1;
}
</style>