Shades of Iris Blue #1EAFCC
Tints of Iris Blue #1EAFCC
RGB
CMYK
RGB Variations
Color information
#1EAFCC (or 0x1EAFCC) is known color: Iris Blue. HEX triplet: 1E, AF and CC. RGB value is (30,175,204). Sum of RGB (Red+Green+Blue) = 30+175+204=409 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.33% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #1EAFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAFCC is #E15033. Grayscale: #868686. Windows color (decimal): -14766132 or 13414174. OLE color: 13414174.
HSL color Cylindrical-coordinate representation of color #1EAFCC: hue angle of 190º 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 #1EAFCC is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 175 | 204 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.2 |
| HSL | 190º | 0.74% | 0.46% | - |
| HSV(B) | 190º | 0.85% | 0.8% | - |
| XYZ | 26.76 | 35.3 | 62.53 | - |
| YUV | 134.95 | 166.96 | 53.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 175 | 204 | 0.85 | 0.14 | 0 | 0.2 | 190 | 0.74 | 0.46 |
| Hex | 1E | AF | CC | 55 | E | 0 | 14 | BE | 4A | 2E |
| Octal | 36 | 257 | 314 | 125 | 16 | 0 | 24 | 276 | 112 | 56 |
| Binary | 11110 | 10101111 | 11001100 | 1010101 | 1110 | 0 | 10100 | 10111110 | 1001010 | 101110 |
Color Harmonies of #1EAFCC
Complementary color
Monochromatic Colors of #1EAFCC
Black with #1EAFCC
Text Example
Text Example
White with #1EAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAFCC; }
p { color: rgb(30,175,204); }
H1.HeaderClassName
{
color: #1EAFCC;
}
.AnyTagClassName
{
color: #1EAFCC;
}
</style>
background-color css
<style>
a { background-color: #1EAFCC; }
a { background-color: rgb(30,175,204); }
div.DivClassName
{
background-color: #1EAFCC;
}
.BgClassName
{
background-color: #1EAFCC;
}
</style>
border-color css
<style>
span { border-color: #1EAFCC; }
span { border-color: rgb(30,175,204); }
td.TdClassName
{
border-color: #1EAFCC;
}
.TagClassName
{
border-color: #1EAFCC;
}
</style>