Shades of Iris Blue #1FAFCD
Tints of Iris Blue #1FAFCD
RGB
CMYK
RGB Variations
Color information
#1FAFCD (or 0x1FAFCD) is known color: Iris Blue. HEX triplet: 1F, AF and CD. RGB value is (31,175,205). Sum of RGB (Red+Green+Blue) = 31+175+205=411 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.54% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #1FAFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAFCD is #E05032. Grayscale: #878787. Windows color (decimal): -14700595 or 13479711. OLE color: 13479711.
HSL color Cylindrical-coordinate representation of color #1FAFCD: hue angle of 190.34º 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 #1FAFCD is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 175 | 205 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.20 |
| HSL | 190.34º | 0.74% | 0.46% | - |
| HSV(B) | 190.34º | 0.85% | 0.8% | - |
| XYZ | 26.91 | 35.36 | 63.16 | - |
| YUV | 135.36 | 167.29 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 175 | 205 | 0.85 | 0.15 | 0 | 0.20 | 190.34 | 0.74 | 0.46 |
| Hex | 1F | AF | CD | 55 | F | 0 | 14 | BE | 4A | 2E |
| Octal | 37 | 257 | 315 | 125 | 17 | 0 | 24 | 276 | 112 | 56 |
| Binary | 11111 | 10101111 | 11001101 | 1010101 | 1111 | 0 | 10100 | 10111110 | 1001010 | 101110 |
Color Harmonies of #1FAFCD
Complementary color
Monochromatic Colors of #1FAFCD
Black with #1FAFCD
Text Example
Text Example
White with #1FAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAFCD; }
p { color: rgb(31,175,205); }
H1.HeaderClassName
{
color: #1FAFCD;
}
.AnyTagClassName
{
color: #1FAFCD;
}
</style>
background-color css
<style>
a { background-color: #1FAFCD; }
a { background-color: rgb(31,175,205); }
div.DivClassName
{
background-color: #1FAFCD;
}
.BgClassName
{
background-color: #1FAFCD;
}
</style>
border-color css
<style>
span { border-color: #1FAFCD; }
span { border-color: rgb(31,175,205); }
td.TdClassName
{
border-color: #1FAFCD;
}
.TagClassName
{
border-color: #1FAFCD;
}
</style>