Shades of Iris Blue #1EBBC7
Tints of Iris Blue #1EBBC7
RGB
CMYK
RGB Variations
Color information
#1EBBC7 (or 0x1EBBC7) is known color: Iris Blue. HEX triplet: 1E, BB and C7. RGB value is (30,187,199). Sum of RGB (Red+Green+Blue) = 30+187+199=416 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.21% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 199 (78.12% from 255 or 47.84% from 416); Max value from RGB is 199 - color contains mainly: blue. Hex color #1EBBC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBBC7 is #E14438. Grayscale: #8D8D8D. Windows color (decimal): -14763065 or 13089566. OLE color: 13089566.
HSL color Cylindrical-coordinate representation of color #1EBBC7: hue angle of 184.26º 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 #1EBBC7 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 30 | 187 | 199 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.22 |
| HSL | 184.26º | 0.74% | 0.45% | - |
| HSV(B) | 184.26º | 0.85% | 0.78% | - |
| XYZ | 28.61 | 39.94 | 60.23 | - |
| YUV | 141.43 | 160.49 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 187 | 199 | 0.85 | 0.06 | 0 | 0.22 | 184.26 | 0.74 | 0.45 |
| Hex | 1E | BB | C7 | 55 | 6 | 0 | 16 | B8 | 4A | 2D |
| Octal | 36 | 273 | 307 | 125 | 6 | 0 | 26 | 270 | 112 | 55 |
| Binary | 11110 | 10111011 | 11000111 | 1010101 | 110 | 0 | 10110 | 10111000 | 1001010 | 101101 |
Color Harmonies of #1EBBC7
Complementary color
Monochromatic Colors of #1EBBC7
Black with #1EBBC7
Text Example
Text Example
White with #1EBBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBBC7; }
p { color: rgb(30,187,199); }
H1.HeaderClassName
{
color: #1EBBC7;
}
.AnyTagClassName
{
color: #1EBBC7;
}
</style>
background-color css
<style>
a { background-color: #1EBBC7; }
a { background-color: rgb(30,187,199); }
div.DivClassName
{
background-color: #1EBBC7;
}
.BgClassName
{
background-color: #1EBBC7;
}
</style>
border-color css
<style>
span { border-color: #1EBBC7; }
span { border-color: rgb(30,187,199); }
td.TdClassName
{
border-color: #1EBBC7;
}
.TagClassName
{
border-color: #1EBBC7;
}
</style>