Shades of Summer Sky #1FA1DF
Tints of Summer Sky #1FA1DF
RGB
CMYK
RGB Variations
Color information
#1FA1DF (or 0x1FA1DF) is known color: Summer Sky. HEX triplet: 1F, A1 and DF. RGB value is (31,161,223). Sum of RGB (Red+Green+Blue) = 31+161+223=415 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.47% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #1FA1DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA1DF is #E05E20. Grayscale: #808080. Windows color (decimal): -14704161 or 14655775. OLE color: 14655775.
HSL color Cylindrical-coordinate representation of color #1FA1DF: hue angle of 199.38º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FA1DF is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 161 | 223 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.13 |
| HSL | 199.38º | 0.76% | 0.5% | - |
| HSV(B) | 199.38º | 0.86% | 0.87% | - |
| XYZ | 26.63 | 31.11 | 74.41 | - |
| YUV | 129.2 | 180.93 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 161 | 223 | 0.86 | 0.28 | 0 | 0.13 | 199.38 | 0.76 | 0.5 |
| Hex | 1F | A1 | DF | 56 | 1C | 0 | D | C7 | 4C | 32 |
| Octal | 37 | 241 | 337 | 126 | 34 | 0 | 15 | 307 | 114 | 62 |
| Binary | 11111 | 10100001 | 11011111 | 1010110 | 11100 | 0 | 1101 | 11000111 | 1001100 | 110010 |
Color Harmonies of #1FA1DF
Complementary color
Monochromatic Colors of #1FA1DF
Black with #1FA1DF
Text Example
Text Example
White with #1FA1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA1DF; }
p { color: rgb(31,161,223); }
H1.HeaderClassName
{
color: #1FA1DF;
}
.AnyTagClassName
{
color: #1FA1DF;
}
</style>
background-color css
<style>
a { background-color: #1FA1DF; }
a { background-color: rgb(31,161,223); }
div.DivClassName
{
background-color: #1FA1DF;
}
.BgClassName
{
background-color: #1FA1DF;
}
</style>
border-color css
<style>
span { border-color: #1FA1DF; }
span { border-color: rgb(31,161,223); }
td.TdClassName
{
border-color: #1FA1DF;
}
.TagClassName
{
border-color: #1FA1DF;
}
</style>