Shades of Iris Blue #1EBCCD
Tints of Iris Blue #1EBCCD
RGB
CMYK
RGB Variations
Color information
#1EBCCD (or 0x1EBCCD) is known color: Iris Blue. HEX triplet: 1E, BC and CD. RGB value is (30,188,205). Sum of RGB (Red+Green+Blue) = 30+188+205=423 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.09% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #1EBCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBCCD is #E14332. Grayscale: #8E8E8E. Windows color (decimal): -14762803 or 13483038. OLE color: 13483038.
HSL color Cylindrical-coordinate representation of color #1EBCCD: hue angle of 185.83º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EBCCD is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 188 | 205 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.20 |
| HSL | 185.83º | 0.74% | 0.46% | - |
| HSV(B) | 185.83º | 0.85% | 0.8% | - |
| XYZ | 29.54 | 40.65 | 64.05 | - |
| YUV | 142.7 | 163.15 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 188 | 205 | 0.85 | 0.08 | 0 | 0.20 | 185.83 | 0.74 | 0.46 |
| Hex | 1E | BC | CD | 55 | 8 | 0 | 14 | BA | 4A | 2E |
| Octal | 36 | 274 | 315 | 125 | 10 | 0 | 24 | 272 | 112 | 56 |
| Binary | 11110 | 10111100 | 11001101 | 1010101 | 1000 | 0 | 10100 | 10111010 | 1001010 | 101110 |
Color Harmonies of #1EBCCD
Complementary color
Monochromatic Colors of #1EBCCD
Black with #1EBCCD
Text Example
Text Example
White with #1EBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBCCD; }
p { color: rgb(30,188,205); }
H1.HeaderClassName
{
color: #1EBCCD;
}
.AnyTagClassName
{
color: #1EBCCD;
}
</style>
background-color css
<style>
a { background-color: #1EBCCD; }
a { background-color: rgb(30,188,205); }
div.DivClassName
{
background-color: #1EBCCD;
}
.BgClassName
{
background-color: #1EBCCD;
}
</style>
border-color css
<style>
span { border-color: #1EBCCD; }
span { border-color: rgb(30,188,205); }
td.TdClassName
{
border-color: #1EBCCD;
}
.TagClassName
{
border-color: #1EBCCD;
}
</style>