Shades of Iris Blue #1FACCD
Tints of Iris Blue #1FACCD
RGB
CMYK
RGB Variations
Color information
#1FACCD (or 0x1FACCD) is known color: Iris Blue. HEX triplet: 1F, AC and CD. RGB value is (31,172,205). Sum of RGB (Red+Green+Blue) = 31+172+205=408 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.60% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #1FACCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FACCD is #E05332. Grayscale: #858585. Windows color (decimal): -14701363 or 13478943. OLE color: 13478943.
HSL color Cylindrical-coordinate representation of color #1FACCD: hue angle of 191.38º 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 #1FACCD is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 172 | 205 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.20 |
| HSL | 191.38º | 0.74% | 0.46% | - |
| HSV(B) | 191.38º | 0.85% | 0.8% | - |
| XYZ | 26.34 | 34.2 | 62.97 | - |
| YUV | 133.6 | 168.29 | 54.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 205 | 0.85 | 0.16 | 0 | 0.20 | 191.38 | 0.74 | 0.46 |
| Hex | 1F | AC | CD | 55 | 10 | 0 | 14 | BF | 4A | 2E |
| Octal | 37 | 254 | 315 | 125 | 20 | 0 | 24 | 277 | 112 | 56 |
| Binary | 11111 | 10101100 | 11001101 | 1010101 | 10000 | 0 | 10100 | 10111111 | 1001010 | 101110 |
Color Harmonies of #1FACCD
Complementary color
Monochromatic Colors of #1FACCD
Black with #1FACCD
Text Example
Text Example
White with #1FACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FACCD; }
p { color: rgb(31,172,205); }
H1.HeaderClassName
{
color: #1FACCD;
}
.AnyTagClassName
{
color: #1FACCD;
}
</style>
background-color css
<style>
a { background-color: #1FACCD; }
a { background-color: rgb(31,172,205); }
div.DivClassName
{
background-color: #1FACCD;
}
.BgClassName
{
background-color: #1FACCD;
}
</style>
border-color css
<style>
span { border-color: #1FACCD; }
span { border-color: rgb(31,172,205); }
td.TdClassName
{
border-color: #1FACCD;
}
.TagClassName
{
border-color: #1FACCD;
}
</style>