Shades of Iris Blue #1EB8CE
Tints of Iris Blue #1EB8CE
RGB
CMYK
RGB Variations
Color information
#1EB8CE (or 0x1EB8CE) is known color: Iris Blue. HEX triplet: 1E, B8 and CE. RGB value is (30,184,206). Sum of RGB (Red+Green+Blue) = 30+184+206=420 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.14% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #1EB8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB8CE is #E14731. Grayscale: #8C8C8C. Windows color (decimal): -14763826 or 13547550. OLE color: 13547550.
HSL color Cylindrical-coordinate representation of color #1EB8CE: hue angle of 187.5º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EB8CE is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 184 | 206 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.19 |
| HSL | 187.5º | 0.75% | 0.46% | - |
| HSV(B) | 187.5º | 0.85% | 0.81% | - |
| XYZ | 28.82 | 39.01 | 64.4 | - |
| YUV | 140.46 | 164.98 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 184 | 206 | 0.85 | 0.11 | 0 | 0.19 | 187.5 | 0.75 | 0.46 |
| Hex | 1E | B8 | CE | 55 | B | 0 | 13 | BC | 4B | 2E |
| Octal | 36 | 270 | 316 | 125 | 13 | 0 | 23 | 274 | 113 | 56 |
| Binary | 11110 | 10111000 | 11001110 | 1010101 | 1011 | 0 | 10011 | 10111100 | 1001011 | 101110 |
Color Harmonies of #1EB8CE
Complementary color
Monochromatic Colors of #1EB8CE
Black with #1EB8CE
Text Example
Text Example
White with #1EB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB8CE; }
p { color: rgb(30,184,206); }
H1.HeaderClassName
{
color: #1EB8CE;
}
.AnyTagClassName
{
color: #1EB8CE;
}
</style>
background-color css
<style>
a { background-color: #1EB8CE; }
a { background-color: rgb(30,184,206); }
div.DivClassName
{
background-color: #1EB8CE;
}
.BgClassName
{
background-color: #1EB8CE;
}
</style>
border-color css
<style>
span { border-color: #1EB8CE; }
span { border-color: rgb(30,184,206); }
td.TdClassName
{
border-color: #1EB8CE;
}
.TagClassName
{
border-color: #1EB8CE;
}
</style>