Shades of Iris Blue #1EBECE
Tints of Iris Blue #1EBECE
RGB
CMYK
RGB Variations
Color information
#1EBECE (or 0x1EBECE) is known color: Iris Blue. HEX triplet: 1E, BE and CE. RGB value is (30,190,206). Sum of RGB (Red+Green+Blue) = 30+190+206=426 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.04% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #1EBECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBECE is #E14131. Grayscale: #8F8F8F. Windows color (decimal): -14762290 or 13549086. OLE color: 13549086.
HSL color Cylindrical-coordinate representation of color #1EBECE: hue angle of 185.45º 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 #1EBECE is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 190 | 206 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.19 |
| HSL | 185.45º | 0.75% | 0.46% | - |
| HSV(B) | 185.45º | 0.85% | 0.81% | - |
| XYZ | 30.09 | 41.56 | 64.83 | - |
| YUV | 143.98 | 162.99 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 206 | 0.85 | 0.08 | 0 | 0.19 | 185.45 | 0.75 | 0.46 |
| Hex | 1E | BE | CE | 55 | 8 | 0 | 13 | B9 | 4B | 2E |
| Octal | 36 | 276 | 316 | 125 | 10 | 0 | 23 | 271 | 113 | 56 |
| Binary | 11110 | 10111110 | 11001110 | 1010101 | 1000 | 0 | 10011 | 10111001 | 1001011 | 101110 |
Color Harmonies of #1EBECE
Complementary color
Monochromatic Colors of #1EBECE
Black with #1EBECE
Text Example
Text Example
White with #1EBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBECE; }
p { color: rgb(30,190,206); }
H1.HeaderClassName
{
color: #1EBECE;
}
.AnyTagClassName
{
color: #1EBECE;
}
</style>
background-color css
<style>
a { background-color: #1EBECE; }
a { background-color: rgb(30,190,206); }
div.DivClassName
{
background-color: #1EBECE;
}
.BgClassName
{
background-color: #1EBECE;
}
</style>
border-color css
<style>
span { border-color: #1EBECE; }
span { border-color: rgb(30,190,206); }
td.TdClassName
{
border-color: #1EBECE;
}
.TagClassName
{
border-color: #1EBECE;
}
</style>