Shades of Iris Blue #1FACCE
Tints of Iris Blue #1FACCE
RGB
CMYK
RGB Variations
Color information
#1FACCE (or 0x1FACCE) is known color: Iris Blue. HEX triplet: 1F, AC and CE. RGB value is (31,172,206). Sum of RGB (Red+Green+Blue) = 31+172+206=409 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.58% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #1FACCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FACCE is #E05331. Grayscale: #858585. Windows color (decimal): -14701362 or 13544479. OLE color: 13544479.
HSL color Cylindrical-coordinate representation of color #1FACCE: hue angle of 191.66º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FACCE is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 172 | 206 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.19 |
| HSL | 191.66º | 0.74% | 0.46% | - |
| HSV(B) | 191.66º | 0.85% | 0.81% | - |
| XYZ | 26.46 | 34.25 | 63.61 | - |
| YUV | 133.72 | 168.79 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 206 | 0.85 | 0.17 | 0 | 0.19 | 191.66 | 0.74 | 0.46 |
| Hex | 1F | AC | CE | 55 | 11 | 0 | 13 | C0 | 4A | 2E |
| Octal | 37 | 254 | 316 | 125 | 21 | 0 | 23 | 300 | 112 | 56 |
| Binary | 11111 | 10101100 | 11001110 | 1010101 | 10001 | 0 | 10011 | 11000000 | 1001010 | 101110 |
Color Harmonies of #1FACCE
Complementary color
Monochromatic Colors of #1FACCE
Black with #1FACCE
Text Example
Text Example
White with #1FACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FACCE; }
p { color: rgb(31,172,206); }
H1.HeaderClassName
{
color: #1FACCE;
}
.AnyTagClassName
{
color: #1FACCE;
}
</style>
background-color css
<style>
a { background-color: #1FACCE; }
a { background-color: rgb(31,172,206); }
div.DivClassName
{
background-color: #1FACCE;
}
.BgClassName
{
background-color: #1FACCE;
}
</style>
border-color css
<style>
span { border-color: #1FACCE; }
span { border-color: rgb(31,172,206); }
td.TdClassName
{
border-color: #1FACCE;
}
.TagClassName
{
border-color: #1FACCE;
}
</style>