Shades of Iris Blue #1FAECD
Tints of Iris Blue #1FAECD
RGB
CMYK
RGB Variations
Color information
#1FAECD (or 0x1FAECD) is known color: Iris Blue. HEX triplet: 1F, AE and CD. RGB value is (31,174,205). Sum of RGB (Red+Green+Blue) = 31+174+205=410 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.56% from 410); Green value is 174 (68.36% from 255 or 42.44% 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 #1FAECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAECD is #E05132. Grayscale: #868686. Windows color (decimal): -14700851 or 13479455. OLE color: 13479455.
HSL color Cylindrical-coordinate representation of color #1FAECD: hue angle of 190.69º 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 #1FAECD is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 174 | 205 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.20 |
| HSL | 190.69º | 0.74% | 0.46% | - |
| HSV(B) | 190.69º | 0.85% | 0.8% | - |
| XYZ | 26.72 | 34.97 | 63.1 | - |
| YUV | 134.78 | 167.62 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 174 | 205 | 0.85 | 0.15 | 0 | 0.20 | 190.69 | 0.74 | 0.46 |
| Hex | 1F | AE | CD | 55 | F | 0 | 14 | BF | 4A | 2E |
| Octal | 37 | 256 | 315 | 125 | 17 | 0 | 24 | 277 | 112 | 56 |
| Binary | 11111 | 10101110 | 11001101 | 1010101 | 1111 | 0 | 10100 | 10111111 | 1001010 | 101110 |
Color Harmonies of #1FAECD
Complementary color
Monochromatic Colors of #1FAECD
Black with #1FAECD
Text Example
Text Example
White with #1FAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAECD; }
p { color: rgb(31,174,205); }
H1.HeaderClassName
{
color: #1FAECD;
}
.AnyTagClassName
{
color: #1FAECD;
}
</style>
background-color css
<style>
a { background-color: #1FAECD; }
a { background-color: rgb(31,174,205); }
div.DivClassName
{
background-color: #1FAECD;
}
.BgClassName
{
background-color: #1FAECD;
}
</style>
border-color css
<style>
span { border-color: #1FAECD; }
span { border-color: rgb(31,174,205); }
td.TdClassName
{
border-color: #1FAECD;
}
.TagClassName
{
border-color: #1FAECD;
}
</style>