Shades of Iris Blue #1FAFCC
Tints of Iris Blue #1FAFCC
RGB
CMYK
RGB Variations
Color information
#1FAFCC (or 0x1FAFCC) is known color: Iris Blue. HEX triplet: 1F, AF and CC. RGB value is (31,175,204). Sum of RGB (Red+Green+Blue) = 31+175+204=410 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.56% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #1FAFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAFCC is #E05033. Grayscale: #868686. Windows color (decimal): -14700596 or 13414175. OLE color: 13414175.
HSL color Cylindrical-coordinate representation of color #1FAFCC: hue angle of 190.06º 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 #1FAFCC is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 175 | 204 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.2 |
| HSL | 190.06º | 0.74% | 0.46% | - |
| HSV(B) | 190.06º | 0.85% | 0.8% | - |
| XYZ | 26.79 | 35.31 | 62.53 | - |
| YUV | 135.25 | 166.79 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 175 | 204 | 0.85 | 0.14 | 0 | 0.2 | 190.06 | 0.74 | 0.46 |
| Hex | 1F | AF | CC | 55 | E | 0 | 14 | BE | 4A | 2E |
| Octal | 37 | 257 | 314 | 125 | 16 | 0 | 24 | 276 | 112 | 56 |
| Binary | 11111 | 10101111 | 11001100 | 1010101 | 1110 | 0 | 10100 | 10111110 | 1001010 | 101110 |
Color Harmonies of #1FAFCC
Complementary color
Monochromatic Colors of #1FAFCC
Black with #1FAFCC
Text Example
Text Example
White with #1FAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAFCC; }
p { color: rgb(31,175,204); }
H1.HeaderClassName
{
color: #1FAFCC;
}
.AnyTagClassName
{
color: #1FAFCC;
}
</style>
background-color css
<style>
a { background-color: #1FAFCC; }
a { background-color: rgb(31,175,204); }
div.DivClassName
{
background-color: #1FAFCC;
}
.BgClassName
{
background-color: #1FAFCC;
}
</style>
border-color css
<style>
span { border-color: #1FAFCC; }
span { border-color: rgb(31,175,204); }
td.TdClassName
{
border-color: #1FAFCC;
}
.TagClassName
{
border-color: #1FAFCC;
}
</style>