Shades of Iris Blue #1FAECB
Tints of Iris Blue #1FAECB
RGB
CMYK
RGB Variations
Color information
#1FAECB (or 0x1FAECB) is known color: Iris Blue. HEX triplet: 1F, AE and CB. RGB value is (31,174,203). Sum of RGB (Red+Green+Blue) = 31+174+203=408 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.60% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #1FAECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAECB is #E05134. Grayscale: #868686. Windows color (decimal): -14700853 or 13348383. OLE color: 13348383.
HSL color Cylindrical-coordinate representation of color #1FAECB: hue angle of 190.12º 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 #1FAECB is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 174 | 203 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.20 |
| HSL | 190.12º | 0.74% | 0.46% | - |
| HSV(B) | 190.12º | 0.85% | 0.8% | - |
| XYZ | 26.48 | 34.88 | 61.84 | - |
| YUV | 134.55 | 166.62 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 174 | 203 | 0.85 | 0.14 | 0 | 0.20 | 190.12 | 0.74 | 0.46 |
| Hex | 1F | AE | CB | 55 | E | 0 | 14 | BE | 4A | 2E |
| Octal | 37 | 256 | 313 | 125 | 16 | 0 | 24 | 276 | 112 | 56 |
| Binary | 11111 | 10101110 | 11001011 | 1010101 | 1110 | 0 | 10100 | 10111110 | 1001010 | 101110 |
Color Harmonies of #1FAECB
Complementary color
Monochromatic Colors of #1FAECB
Black with #1FAECB
Text Example
Text Example
White with #1FAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAECB; }
p { color: rgb(31,174,203); }
H1.HeaderClassName
{
color: #1FAECB;
}
.AnyTagClassName
{
color: #1FAECB;
}
</style>
background-color css
<style>
a { background-color: #1FAECB; }
a { background-color: rgb(31,174,203); }
div.DivClassName
{
background-color: #1FAECB;
}
.BgClassName
{
background-color: #1FAECB;
}
</style>
border-color css
<style>
span { border-color: #1FAECB; }
span { border-color: rgb(31,174,203); }
td.TdClassName
{
border-color: #1FAECB;
}
.TagClassName
{
border-color: #1FAECB;
}
</style>