Shades of Iris Blue #1EBDC5
Tints of Iris Blue #1EBDC5
RGB
CMYK
RGB Variations
Color information
#1EBDC5 (or 0x1EBDC5) is known color: Iris Blue. HEX triplet: 1E, BD and C5. RGB value is (30,189,197). Sum of RGB (Red+Green+Blue) = 30+189+197=416 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.21% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 197 (77.34% from 255 or 47.36% from 416); Max value from RGB is 197 - color contains mainly: blue. Hex color #1EBDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBDC5 is #E1423A. Grayscale: #8E8E8E. Windows color (decimal): -14762555 or 12959006. OLE color: 12959006.
HSL color Cylindrical-coordinate representation of color #1EBDC5: hue angle of 182.87º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EBDC5 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 189 | 197 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.23 |
| HSL | 182.87º | 0.74% | 0.45% | - |
| HSV(B) | 182.87º | 0.85% | 0.77% | - |
| XYZ | 28.81 | 40.7 | 59.16 | - |
| YUV | 142.37 | 158.82 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 189 | 197 | 0.85 | 0.04 | 0 | 0.23 | 182.87 | 0.74 | 0.45 |
| Hex | 1E | BD | C5 | 55 | 4 | 0 | 17 | B7 | 4A | 2D |
| Octal | 36 | 275 | 305 | 125 | 4 | 0 | 27 | 267 | 112 | 55 |
| Binary | 11110 | 10111101 | 11000101 | 1010101 | 100 | 0 | 10111 | 10110111 | 1001010 | 101101 |
Color Harmonies of #1EBDC5
Complementary color
Monochromatic Colors of #1EBDC5
Black with #1EBDC5
Text Example
Text Example
White with #1EBDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBDC5; }
p { color: rgb(30,189,197); }
H1.HeaderClassName
{
color: #1EBDC5;
}
.AnyTagClassName
{
color: #1EBDC5;
}
</style>
background-color css
<style>
a { background-color: #1EBDC5; }
a { background-color: rgb(30,189,197); }
div.DivClassName
{
background-color: #1EBDC5;
}
.BgClassName
{
background-color: #1EBDC5;
}
</style>
border-color css
<style>
span { border-color: #1EBDC5; }
span { border-color: rgb(30,189,197); }
td.TdClassName
{
border-color: #1EBDC5;
}
.TagClassName
{
border-color: #1EBDC5;
}
</style>