Shades of Iris Blue #1FACC9
Tints of Iris Blue #1FACC9
RGB
CMYK
RGB Variations
Color information
#1FACC9 (or 0x1FACC9) is known color: Iris Blue. HEX triplet: 1F, AC and C9. RGB value is (31,172,201). Sum of RGB (Red+Green+Blue) = 31+172+201=404 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.67% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 201 (78.91% from 255 or 49.75% from 404); Max value from RGB is 201 - color contains mainly: blue. Hex color #1FACC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FACC9 is #E05336. Grayscale: #848484. Windows color (decimal): -14701367 or 13216799. OLE color: 13216799.
HSL color Cylindrical-coordinate representation of color #1FACC9: hue angle of 190.24º 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 #1FACC9 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 172 | 201 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.21 |
| HSL | 190.24º | 0.73% | 0.45% | - |
| HSV(B) | 190.24º | 0.85% | 0.79% | - |
| XYZ | 25.86 | 34.01 | 60.46 | - |
| YUV | 133.15 | 166.29 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 201 | 0.85 | 0.14 | 0 | 0.21 | 190.24 | 0.73 | 0.45 |
| Hex | 1F | AC | C9 | 55 | E | 0 | 15 | BE | 49 | 2D |
| Octal | 37 | 254 | 311 | 125 | 16 | 0 | 25 | 276 | 111 | 55 |
| Binary | 11111 | 10101100 | 11001001 | 1010101 | 1110 | 0 | 10101 | 10111110 | 1001001 | 101101 |
Color Harmonies of #1FACC9
Complementary color
Monochromatic Colors of #1FACC9
Black with #1FACC9
Text Example
Text Example
White with #1FACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FACC9; }
p { color: rgb(31,172,201); }
H1.HeaderClassName
{
color: #1FACC9;
}
.AnyTagClassName
{
color: #1FACC9;
}
</style>
background-color css
<style>
a { background-color: #1FACC9; }
a { background-color: rgb(31,172,201); }
div.DivClassName
{
background-color: #1FACC9;
}
.BgClassName
{
background-color: #1FACC9;
}
</style>
border-color css
<style>
span { border-color: #1FACC9; }
span { border-color: rgb(31,172,201); }
td.TdClassName
{
border-color: #1FACC9;
}
.TagClassName
{
border-color: #1FACC9;
}
</style>