Shades of Summer Sky #1FA6DC
Tints of Summer Sky #1FA6DC
RGB
CMYK
RGB Variations
Color information
#1FA6DC (or 0x1FA6DC) is known color: Summer Sky. HEX triplet: 1F, A6 and DC. RGB value is (31,166,220). Sum of RGB (Red+Green+Blue) = 31+166+220=417 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.43% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #1FA6DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA6DC is #E05923. Grayscale: #838383. Windows color (decimal): -14702884 or 14460447. OLE color: 14460447.
HSL color Cylindrical-coordinate representation of color #1FA6DC: hue angle of 197.14º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FA6DC is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 166 | 220 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.14 |
| HSL | 197.14º | 0.75% | 0.49% | - |
| HSV(B) | 197.14º | 0.86% | 0.86% | - |
| XYZ | 27.12 | 32.73 | 72.6 | - |
| YUV | 131.79 | 177.77 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 166 | 220 | 0.86 | 0.25 | 0 | 0.14 | 197.14 | 0.75 | 0.49 |
| Hex | 1F | A6 | DC | 56 | 19 | 0 | E | C5 | 4B | 31 |
| Octal | 37 | 246 | 334 | 126 | 31 | 0 | 16 | 305 | 113 | 61 |
| Binary | 11111 | 10100110 | 11011100 | 1010110 | 11001 | 0 | 1110 | 11000101 | 1001011 | 110001 |
Color Harmonies of #1FA6DC
Complementary color
Monochromatic Colors of #1FA6DC
Black with #1FA6DC
Text Example
Text Example
White with #1FA6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA6DC; }
p { color: rgb(31,166,220); }
H1.HeaderClassName
{
color: #1FA6DC;
}
.AnyTagClassName
{
color: #1FA6DC;
}
</style>
background-color css
<style>
a { background-color: #1FA6DC; }
a { background-color: rgb(31,166,220); }
div.DivClassName
{
background-color: #1FA6DC;
}
.BgClassName
{
background-color: #1FA6DC;
}
</style>
border-color css
<style>
span { border-color: #1FA6DC; }
span { border-color: rgb(31,166,220); }
td.TdClassName
{
border-color: #1FA6DC;
}
.TagClassName
{
border-color: #1FA6DC;
}
</style>