Shades of Iris Blue #1EB9CF
Tints of Iris Blue #1EB9CF
RGB
CMYK
RGB Variations
Color information
#1EB9CF (or 0x1EB9CF) is known color: Iris Blue. HEX triplet: 1E, B9 and CF. RGB value is (30,185,207). Sum of RGB (Red+Green+Blue) = 30+185+207=422 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.11% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #1EB9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB9CF is #E14630. Grayscale: #8C8C8C. Windows color (decimal): -14763569 or 13613342. OLE color: 13613342.
HSL color Cylindrical-coordinate representation of color #1EB9CF: hue angle of 187.46º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EB9CF is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 185 | 207 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.19 |
| HSL | 187.46º | 0.75% | 0.46% | - |
| HSV(B) | 187.46º | 0.86% | 0.81% | - |
| XYZ | 29.15 | 39.48 | 65.12 | - |
| YUV | 141.16 | 165.15 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 185 | 207 | 0.86 | 0.11 | 0 | 0.19 | 187.46 | 0.75 | 0.46 |
| Hex | 1E | B9 | CF | 56 | B | 0 | 13 | BB | 4B | 2E |
| Octal | 36 | 271 | 317 | 126 | 13 | 0 | 23 | 273 | 113 | 56 |
| Binary | 11110 | 10111001 | 11001111 | 1010110 | 1011 | 0 | 10011 | 10111011 | 1001011 | 101110 |
Color Harmonies of #1EB9CF
Complementary color
Monochromatic Colors of #1EB9CF
Black with #1EB9CF
Text Example
Text Example
White with #1EB9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB9CF; }
p { color: rgb(30,185,207); }
H1.HeaderClassName
{
color: #1EB9CF;
}
.AnyTagClassName
{
color: #1EB9CF;
}
</style>
background-color css
<style>
a { background-color: #1EB9CF; }
a { background-color: rgb(30,185,207); }
div.DivClassName
{
background-color: #1EB9CF;
}
.BgClassName
{
background-color: #1EB9CF;
}
</style>
border-color css
<style>
span { border-color: #1EB9CF; }
span { border-color: rgb(30,185,207); }
td.TdClassName
{
border-color: #1EB9CF;
}
.TagClassName
{
border-color: #1EB9CF;
}
</style>