Shades of Iris Blue #1EB9CA
Tints of Iris Blue #1EB9CA
RGB
CMYK
RGB Variations
Color information
#1EB9CA (or 0x1EB9CA) is known color: Iris Blue. HEX triplet: 1E, B9 and CA. RGB value is (30,185,202). Sum of RGB (Red+Green+Blue) = 30+185+202=417 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.19% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #1EB9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EB9CA is #E14635. Grayscale: #8C8C8C. Windows color (decimal): -14763574 or 13285662. OLE color: 13285662.
HSL color Cylindrical-coordinate representation of color #1EB9CA: hue angle of 185.93º 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 #1EB9CA is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 185 | 202 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.21 |
| HSL | 185.93º | 0.74% | 0.45% | - |
| HSV(B) | 185.93º | 0.85% | 0.79% | - |
| XYZ | 28.55 | 39.24 | 61.95 | - |
| YUV | 140.59 | 162.65 | 49.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 185 | 202 | 0.85 | 0.08 | 0 | 0.21 | 185.93 | 0.74 | 0.45 |
| Hex | 1E | B9 | CA | 55 | 8 | 0 | 15 | BA | 4A | 2D |
| Octal | 36 | 271 | 312 | 125 | 10 | 0 | 25 | 272 | 112 | 55 |
| Binary | 11110 | 10111001 | 11001010 | 1010101 | 1000 | 0 | 10101 | 10111010 | 1001010 | 101101 |
Color Harmonies of #1EB9CA
Complementary color
Monochromatic Colors of #1EB9CA
Black with #1EB9CA
Text Example
Text Example
White with #1EB9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB9CA; }
p { color: rgb(30,185,202); }
H1.HeaderClassName
{
color: #1EB9CA;
}
.AnyTagClassName
{
color: #1EB9CA;
}
</style>
background-color css
<style>
a { background-color: #1EB9CA; }
a { background-color: rgb(30,185,202); }
div.DivClassName
{
background-color: #1EB9CA;
}
.BgClassName
{
background-color: #1EB9CA;
}
</style>
border-color css
<style>
span { border-color: #1EB9CA; }
span { border-color: rgb(30,185,202); }
td.TdClassName
{
border-color: #1EB9CA;
}
.TagClassName
{
border-color: #1EB9CA;
}
</style>