Shades of Iris Blue #1FAACD
Tints of Iris Blue #1FAACD
RGB
CMYK
RGB Variations
Color information
#1FAACD (or 0x1FAACD) is known color: Iris Blue. HEX triplet: 1F, AA and CD. RGB value is (31,170,205). Sum of RGB (Red+Green+Blue) = 31+170+205=406 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.64% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #1FAACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAACD is #E05532. Grayscale: #848484. Windows color (decimal): -14701875 or 13478431. OLE color: 13478431.
HSL color Cylindrical-coordinate representation of color #1FAACD: hue angle of 192.07º 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 #1FAACD is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 170 | 205 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.20 |
| HSL | 192.07º | 0.74% | 0.46% | - |
| HSV(B) | 192.07º | 0.85% | 0.8% | - |
| XYZ | 25.96 | 33.45 | 62.85 | - |
| YUV | 132.43 | 168.95 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 205 | 0.85 | 0.17 | 0 | 0.20 | 192.07 | 0.74 | 0.46 |
| Hex | 1F | AA | CD | 55 | 11 | 0 | 14 | C0 | 4A | 2E |
| Octal | 37 | 252 | 315 | 125 | 21 | 0 | 24 | 300 | 112 | 56 |
| Binary | 11111 | 10101010 | 11001101 | 1010101 | 10001 | 0 | 10100 | 11000000 | 1001010 | 101110 |
Color Harmonies of #1FAACD
Complementary color
Monochromatic Colors of #1FAACD
Black with #1FAACD
Text Example
Text Example
White with #1FAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAACD; }
p { color: rgb(31,170,205); }
H1.HeaderClassName
{
color: #1FAACD;
}
.AnyTagClassName
{
color: #1FAACD;
}
</style>
background-color css
<style>
a { background-color: #1FAACD; }
a { background-color: rgb(31,170,205); }
div.DivClassName
{
background-color: #1FAACD;
}
.BgClassName
{
background-color: #1FAACD;
}
</style>
border-color css
<style>
span { border-color: #1FAACD; }
span { border-color: rgb(31,170,205); }
td.TdClassName
{
border-color: #1FAACD;
}
.TagClassName
{
border-color: #1FAACD;
}
</style>