Shades of Iris Blue #1FABCD
Tints of Iris Blue #1FABCD
RGB
CMYK
RGB Variations
Color information
#1FABCD (or 0x1FABCD) is known color: Iris Blue. HEX triplet: 1F, AB and CD. RGB value is (31,171,205). Sum of RGB (Red+Green+Blue) = 31+171+205=407 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.62% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #1FABCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FABCD is #E05432. Grayscale: #848484. Windows color (decimal): -14701619 or 13478687. OLE color: 13478687.
HSL color Cylindrical-coordinate representation of color #1FABCD: hue angle of 191.72º 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 #1FABCD is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 171 | 205 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.20 |
| HSL | 191.72º | 0.74% | 0.46% | - |
| HSV(B) | 191.72º | 0.85% | 0.8% | - |
| XYZ | 26.15 | 33.82 | 62.91 | - |
| YUV | 133.02 | 168.62 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 205 | 0.85 | 0.17 | 0 | 0.20 | 191.72 | 0.74 | 0.46 |
| Hex | 1F | AB | CD | 55 | 11 | 0 | 14 | C0 | 4A | 2E |
| Octal | 37 | 253 | 315 | 125 | 21 | 0 | 24 | 300 | 112 | 56 |
| Binary | 11111 | 10101011 | 11001101 | 1010101 | 10001 | 0 | 10100 | 11000000 | 1001010 | 101110 |
Color Harmonies of #1FABCD
Complementary color
Monochromatic Colors of #1FABCD
Black with #1FABCD
Text Example
Text Example
White with #1FABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FABCD; }
p { color: rgb(31,171,205); }
H1.HeaderClassName
{
color: #1FABCD;
}
.AnyTagClassName
{
color: #1FABCD;
}
</style>
background-color css
<style>
a { background-color: #1FABCD; }
a { background-color: rgb(31,171,205); }
div.DivClassName
{
background-color: #1FABCD;
}
.BgClassName
{
background-color: #1FABCD;
}
</style>
border-color css
<style>
span { border-color: #1FABCD; }
span { border-color: rgb(31,171,205); }
td.TdClassName
{
border-color: #1FABCD;
}
.TagClassName
{
border-color: #1FABCD;
}
</style>