Shades of Iris Blue #1EB6D3
Tints of Iris Blue #1EB6D3
RGB
CMYK
RGB Variations
Color information
#1EB6D3 (or 0x1EB6D3) is known color: Iris Blue. HEX triplet: 1E, B6 and D3. RGB value is (30,182,211). Sum of RGB (Red+Green+Blue) = 30+182+211=423 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.09% from 423); Green value is 182 (71.48% from 255 or 43.03% from 423); Blue value is 211 (82.81% from 255 or 49.88% from 423); Max value from RGB is 211 - color contains mainly: blue. Hex color #1EB6D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB6D3 is #E1492C. Grayscale: #8B8B8B. Windows color (decimal): -14764333 or 13874718. OLE color: 13874718.
HSL color Cylindrical-coordinate representation of color #1EB6D3: hue angle of 189.61º 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 #1EB6D3 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 30 | 182 | 211 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.17 |
| HSL | 189.61º | 0.75% | 0.47% | - |
| HSV(B) | 189.61º | 0.86% | 0.83% | - |
| XYZ | 29.02 | 38.44 | 67.52 | - |
| YUV | 139.86 | 168.14 | 49.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 182 | 211 | 0.86 | 0.14 | 0 | 0.17 | 189.61 | 0.75 | 0.47 |
| Hex | 1E | B6 | D3 | 56 | E | 0 | 11 | BE | 4B | 2F |
| Octal | 36 | 266 | 323 | 126 | 16 | 0 | 21 | 276 | 113 | 57 |
| Binary | 11110 | 10110110 | 11010011 | 1010110 | 1110 | 0 | 10001 | 10111110 | 1001011 | 101111 |
Color Harmonies of #1EB6D3
Complementary color
Monochromatic Colors of #1EB6D3
Black with #1EB6D3
Text Example
Text Example
White with #1EB6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB6D3; }
p { color: rgb(30,182,211); }
H1.HeaderClassName
{
color: #1EB6D3;
}
.AnyTagClassName
{
color: #1EB6D3;
}
</style>
background-color css
<style>
a { background-color: #1EB6D3; }
a { background-color: rgb(30,182,211); }
div.DivClassName
{
background-color: #1EB6D3;
}
.BgClassName
{
background-color: #1EB6D3;
}
</style>
border-color css
<style>
span { border-color: #1EB6D3; }
span { border-color: rgb(30,182,211); }
td.TdClassName
{
border-color: #1EB6D3;
}
.TagClassName
{
border-color: #1EB6D3;
}
</style>