Shades of Iris Blue #1EBCD4
Tints of Iris Blue #1EBCD4
RGB
CMYK
RGB Variations
Color information
#1EBCD4 (or 0x1EBCD4) is known color: Iris Blue. HEX triplet: 1E, BC and D4. RGB value is (30,188,212). Sum of RGB (Red+Green+Blue) = 30+188+212=430 (56% of max value = 765). Red value is 30 (12.11% from 255 or 6.98% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 212 (83.20% from 255 or 49.30% from 430); Max value from RGB is 212 - color contains mainly: blue. Hex color #1EBCD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBCD4 is #E1432B. Grayscale: #8F8F8F. Windows color (decimal): -14762796 or 13941790. OLE color: 13941790.
HSL color Cylindrical-coordinate representation of color #1EBCD4: hue angle of 187.91º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EBCD4 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 30 | 188 | 212 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.17 |
| HSL | 187.91º | 0.75% | 0.47% | - |
| HSV(B) | 187.91º | 0.86% | 0.83% | - |
| XYZ | 30.4 | 41 | 68.6 | - |
| YUV | 143.49 | 166.65 | 47.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 188 | 212 | 0.86 | 0.11 | 0 | 0.17 | 187.91 | 0.75 | 0.47 |
| Hex | 1E | BC | D4 | 56 | B | 0 | 11 | BC | 4B | 2F |
| Octal | 36 | 274 | 324 | 126 | 13 | 0 | 21 | 274 | 113 | 57 |
| Binary | 11110 | 10111100 | 11010100 | 1010110 | 1011 | 0 | 10001 | 10111100 | 1001011 | 101111 |
Color Harmonies of #1EBCD4
Complementary color
Monochromatic Colors of #1EBCD4
Black with #1EBCD4
Text Example
Text Example
White with #1EBCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBCD4; }
p { color: rgb(30,188,212); }
H1.HeaderClassName
{
color: #1EBCD4;
}
.AnyTagClassName
{
color: #1EBCD4;
}
</style>
background-color css
<style>
a { background-color: #1EBCD4; }
a { background-color: rgb(30,188,212); }
div.DivClassName
{
background-color: #1EBCD4;
}
.BgClassName
{
background-color: #1EBCD4;
}
</style>
border-color css
<style>
span { border-color: #1EBCD4; }
span { border-color: rgb(30,188,212); }
td.TdClassName
{
border-color: #1EBCD4;
}
.TagClassName
{
border-color: #1EBCD4;
}
</style>