Shades of Iris Blue #1FAECE
Tints of Iris Blue #1FAECE
RGB
CMYK
RGB Variations
Color information
#1FAECE (or 0x1FAECE) is known color: Iris Blue. HEX triplet: 1F, AE and CE. RGB value is (31,174,206). Sum of RGB (Red+Green+Blue) = 31+174+206=411 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.54% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #1FAECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAECE is #E05131. Grayscale: #868686. Windows color (decimal): -14700850 or 13544991. OLE color: 13544991.
HSL color Cylindrical-coordinate representation of color #1FAECE: hue angle of 190.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FAECE is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 174 | 206 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.19 |
| HSL | 190.97º | 0.74% | 0.46% | - |
| HSV(B) | 190.97º | 0.85% | 0.81% | - |
| XYZ | 26.84 | 35.02 | 63.74 | - |
| YUV | 134.89 | 168.12 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 174 | 206 | 0.85 | 0.16 | 0 | 0.19 | 190.97 | 0.74 | 0.46 |
| Hex | 1F | AE | CE | 55 | 10 | 0 | 13 | BF | 4A | 2E |
| Octal | 37 | 256 | 316 | 125 | 20 | 0 | 23 | 277 | 112 | 56 |
| Binary | 11111 | 10101110 | 11001110 | 1010101 | 10000 | 0 | 10011 | 10111111 | 1001010 | 101110 |
Color Harmonies of #1FAECE
Complementary color
Monochromatic Colors of #1FAECE
Black with #1FAECE
Text Example
Text Example
White with #1FAECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAECE; }
p { color: rgb(31,174,206); }
H1.HeaderClassName
{
color: #1FAECE;
}
.AnyTagClassName
{
color: #1FAECE;
}
</style>
background-color css
<style>
a { background-color: #1FAECE; }
a { background-color: rgb(31,174,206); }
div.DivClassName
{
background-color: #1FAECE;
}
.BgClassName
{
background-color: #1FAECE;
}
</style>
border-color css
<style>
span { border-color: #1FAECE; }
span { border-color: rgb(31,174,206); }
td.TdClassName
{
border-color: #1FAECE;
}
.TagClassName
{
border-color: #1FAECE;
}
</style>