Shades of Iris Blue #1EBBC9
Tints of Iris Blue #1EBBC9
RGB
CMYK
RGB Variations
Color information
#1EBBC9 (or 0x1EBBC9) is known color: Iris Blue. HEX triplet: 1E, BB and C9. RGB value is (30,187,201). Sum of RGB (Red+Green+Blue) = 30+187+201=418 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.18% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 201 (78.91% from 255 or 48.09% from 418); Max value from RGB is 201 - color contains mainly: blue. Hex color #1EBBC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBBC9 is #E14436. Grayscale: #8D8D8D. Windows color (decimal): -14763063 or 13220638. OLE color: 13220638.
HSL color Cylindrical-coordinate representation of color #1EBBC9: hue angle of 184.91º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EBBC9 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 187 | 201 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.21 |
| HSL | 184.91º | 0.74% | 0.45% | - |
| HSV(B) | 184.91º | 0.85% | 0.79% | - |
| XYZ | 28.85 | 40.03 | 61.47 | - |
| YUV | 141.65 | 161.49 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 187 | 201 | 0.85 | 0.07 | 0 | 0.21 | 184.91 | 0.74 | 0.45 |
| Hex | 1E | BB | C9 | 55 | 7 | 0 | 15 | B9 | 4A | 2D |
| Octal | 36 | 273 | 311 | 125 | 7 | 0 | 25 | 271 | 112 | 55 |
| Binary | 11110 | 10111011 | 11001001 | 1010101 | 111 | 0 | 10101 | 10111001 | 1001010 | 101101 |
Color Harmonies of #1EBBC9
Complementary color
Monochromatic Colors of #1EBBC9
Black with #1EBBC9
Text Example
Text Example
White with #1EBBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBBC9; }
p { color: rgb(30,187,201); }
H1.HeaderClassName
{
color: #1EBBC9;
}
.AnyTagClassName
{
color: #1EBBC9;
}
</style>
background-color css
<style>
a { background-color: #1EBBC9; }
a { background-color: rgb(30,187,201); }
div.DivClassName
{
background-color: #1EBBC9;
}
.BgClassName
{
background-color: #1EBBC9;
}
</style>
border-color css
<style>
span { border-color: #1EBBC9; }
span { border-color: rgb(30,187,201); }
td.TdClassName
{
border-color: #1EBBC9;
}
.TagClassName
{
border-color: #1EBBC9;
}
</style>