Shades of Iris Blue #1EAFCD
Tints of Iris Blue #1EAFCD
RGB
CMYK
RGB Variations
Color information
#1EAFCD (or 0x1EAFCD) is known color: Iris Blue. HEX triplet: 1E, AF and CD. RGB value is (30,175,205). Sum of RGB (Red+Green+Blue) = 30+175+205=410 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.32% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #1EAFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAFCD is #E15032. Grayscale: #868686. Windows color (decimal): -14766131 or 13479710. OLE color: 13479710.
HSL color Cylindrical-coordinate representation of color #1EAFCD: hue angle of 190.29º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EAFCD is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 175 | 205 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.20 |
| HSL | 190.29º | 0.74% | 0.46% | - |
| HSV(B) | 190.29º | 0.85% | 0.8% | - |
| XYZ | 26.88 | 35.34 | 63.16 | - |
| YUV | 135.07 | 167.46 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 175 | 205 | 0.85 | 0.15 | 0 | 0.20 | 190.29 | 0.74 | 0.46 |
| Hex | 1E | AF | CD | 55 | F | 0 | 14 | BE | 4A | 2E |
| Octal | 36 | 257 | 315 | 125 | 17 | 0 | 24 | 276 | 112 | 56 |
| Binary | 11110 | 10101111 | 11001101 | 1010101 | 1111 | 0 | 10100 | 10111110 | 1001010 | 101110 |
Color Harmonies of #1EAFCD
Complementary color
Monochromatic Colors of #1EAFCD
Black with #1EAFCD
Text Example
Text Example
White with #1EAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAFCD; }
p { color: rgb(30,175,205); }
H1.HeaderClassName
{
color: #1EAFCD;
}
.AnyTagClassName
{
color: #1EAFCD;
}
</style>
background-color css
<style>
a { background-color: #1EAFCD; }
a { background-color: rgb(30,175,205); }
div.DivClassName
{
background-color: #1EAFCD;
}
.BgClassName
{
background-color: #1EAFCD;
}
</style>
border-color css
<style>
span { border-color: #1EAFCD; }
span { border-color: rgb(30,175,205); }
td.TdClassName
{
border-color: #1EAFCD;
}
.TagClassName
{
border-color: #1EAFCD;
}
</style>