Shades of Iris Blue #1FAEC9
Tints of Iris Blue #1FAEC9
RGB
CMYK
RGB Variations
Color information
#1FAEC9 (or 0x1FAEC9) is known color: Iris Blue. HEX triplet: 1F, AE and C9. RGB value is (31,174,201). Sum of RGB (Red+Green+Blue) = 31+174+201=406 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.64% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 201 (78.91% from 255 or 49.51% from 406); Max value from RGB is 201 - color contains mainly: blue. Hex color #1FAEC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAEC9 is #E05136. Grayscale: #868686. Windows color (decimal): -14700855 or 13217311. OLE color: 13217311.
HSL color Cylindrical-coordinate representation of color #1FAEC9: hue angle of 189.53º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FAEC9 is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 174 | 201 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.21 |
| HSL | 189.53º | 0.73% | 0.45% | - |
| HSV(B) | 189.53º | 0.85% | 0.79% | - |
| XYZ | 26.24 | 34.78 | 60.59 | - |
| YUV | 134.32 | 165.62 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 174 | 201 | 0.85 | 0.13 | 0 | 0.21 | 189.53 | 0.73 | 0.45 |
| Hex | 1F | AE | C9 | 55 | D | 0 | 15 | BE | 49 | 2D |
| Octal | 37 | 256 | 311 | 125 | 15 | 0 | 25 | 276 | 111 | 55 |
| Binary | 11111 | 10101110 | 11001001 | 1010101 | 1101 | 0 | 10101 | 10111110 | 1001001 | 101101 |
Color Harmonies of #1FAEC9
Complementary color
Monochromatic Colors of #1FAEC9
Black with #1FAEC9
Text Example
Text Example
White with #1FAEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAEC9; }
p { color: rgb(31,174,201); }
H1.HeaderClassName
{
color: #1FAEC9;
}
.AnyTagClassName
{
color: #1FAEC9;
}
</style>
background-color css
<style>
a { background-color: #1FAEC9; }
a { background-color: rgb(31,174,201); }
div.DivClassName
{
background-color: #1FAEC9;
}
.BgClassName
{
background-color: #1FAEC9;
}
</style>
border-color css
<style>
span { border-color: #1FAEC9; }
span { border-color: rgb(31,174,201); }
td.TdClassName
{
border-color: #1FAEC9;
}
.TagClassName
{
border-color: #1FAEC9;
}
</style>