Shades of Iris Blue #1EBEC6
Tints of Iris Blue #1EBEC6
RGB
CMYK
RGB Variations
Color information
#1EBEC6 (or 0x1EBEC6) is known color: Iris Blue. HEX triplet: 1E, BE and C6. RGB value is (30,190,198). Sum of RGB (Red+Green+Blue) = 30+190+198=418 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.18% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 198 - color contains mainly: blue. Hex color #1EBEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBEC6 is #E14139. Grayscale: #8E8E8E. Windows color (decimal): -14762298 or 13024798. OLE color: 13024798.
HSL color Cylindrical-coordinate representation of color #1EBEC6: hue angle of 182.86º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EBEC6 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 30 | 190 | 198 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.22 |
| HSL | 182.86º | 0.74% | 0.45% | - |
| HSV(B) | 182.86º | 0.85% | 0.78% | - |
| XYZ | 29.14 | 41.18 | 59.84 | - |
| YUV | 143.07 | 158.99 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 198 | 0.85 | 0.04 | 0 | 0.22 | 182.86 | 0.74 | 0.45 |
| Hex | 1E | BE | C6 | 55 | 4 | 0 | 16 | B7 | 4A | 2D |
| Octal | 36 | 276 | 306 | 125 | 4 | 0 | 26 | 267 | 112 | 55 |
| Binary | 11110 | 10111110 | 11000110 | 1010101 | 100 | 0 | 10110 | 10110111 | 1001010 | 101101 |
Color Harmonies of #1EBEC6
Complementary color
Monochromatic Colors of #1EBEC6
Black with #1EBEC6
Text Example
Text Example
White with #1EBEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBEC6; }
p { color: rgb(30,190,198); }
H1.HeaderClassName
{
color: #1EBEC6;
}
.AnyTagClassName
{
color: #1EBEC6;
}
</style>
background-color css
<style>
a { background-color: #1EBEC6; }
a { background-color: rgb(30,190,198); }
div.DivClassName
{
background-color: #1EBEC6;
}
.BgClassName
{
background-color: #1EBEC6;
}
</style>
border-color css
<style>
span { border-color: #1EBEC6; }
span { border-color: rgb(30,190,198); }
td.TdClassName
{
border-color: #1EBEC6;
}
.TagClassName
{
border-color: #1EBEC6;
}
</style>