Shades of Summer Sky #1FA9D7
Tints of Summer Sky #1FA9D7
RGB
CMYK
RGB Variations
Color information
#1FA9D7 (or 0x1FA9D7) is known color: Summer Sky. HEX triplet: 1F, A9 and D7. RGB value is (31,169,215). Sum of RGB (Red+Green+Blue) = 31+169+215=415 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.47% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 215 (84.38% from 255 or 51.81% from 415); Max value from RGB is 215 - color contains mainly: blue. Hex color #1FA9D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA9D7 is #E05628. Grayscale: #848484. Windows color (decimal): -14702121 or 14133535. OLE color: 14133535.
HSL color Cylindrical-coordinate representation of color #1FA9D7: hue angle of 195º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FA9D7 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 169 | 215 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.16 |
| HSL | 195º | 0.75% | 0.48% | - |
| HSV(B) | 195º | 0.86% | 0.84% | - |
| XYZ | 27.02 | 33.57 | 69.35 | - |
| YUV | 132.98 | 174.28 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 169 | 215 | 0.86 | 0.21 | 0 | 0.16 | 195 | 0.75 | 0.48 |
| Hex | 1F | A9 | D7 | 56 | 15 | 0 | 10 | C3 | 4B | 30 |
| Octal | 37 | 251 | 327 | 126 | 25 | 0 | 20 | 303 | 113 | 60 |
| Binary | 11111 | 10101001 | 11010111 | 1010110 | 10101 | 0 | 10000 | 11000011 | 1001011 | 110000 |
Color Harmonies of #1FA9D7
Complementary color
Monochromatic Colors of #1FA9D7
Black with #1FA9D7
Text Example
Text Example
White with #1FA9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA9D7; }
p { color: rgb(31,169,215); }
H1.HeaderClassName
{
color: #1FA9D7;
}
.AnyTagClassName
{
color: #1FA9D7;
}
</style>
background-color css
<style>
a { background-color: #1FA9D7; }
a { background-color: rgb(31,169,215); }
div.DivClassName
{
background-color: #1FA9D7;
}
.BgClassName
{
background-color: #1FA9D7;
}
</style>
border-color css
<style>
span { border-color: #1FA9D7; }
span { border-color: rgb(31,169,215); }
td.TdClassName
{
border-color: #1FA9D7;
}
.TagClassName
{
border-color: #1FA9D7;
}
</style>