Shades of Summer Sky #1FA7DB
Tints of Summer Sky #1FA7DB
RGB
CMYK
RGB Variations
Color information
#1FA7DB (or 0x1FA7DB) is known color: Summer Sky. HEX triplet: 1F, A7 and DB. RGB value is (31,167,219). Sum of RGB (Red+Green+Blue) = 31+167+219=417 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.43% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #1FA7DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA7DB is #E05824. Grayscale: #838383. Windows color (decimal): -14702629 or 14395167. OLE color: 14395167.
HSL color Cylindrical-coordinate representation of color #1FA7DB: hue angle of 196.6º 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 #1FA7DB is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 167 | 219 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.14 |
| HSL | 196.6º | 0.75% | 0.49% | - |
| HSV(B) | 196.6º | 0.86% | 0.86% | - |
| XYZ | 27.17 | 33.04 | 71.96 | - |
| YUV | 132.26 | 176.94 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 167 | 219 | 0.86 | 0.24 | 0 | 0.14 | 196.6 | 0.75 | 0.49 |
| Hex | 1F | A7 | DB | 56 | 18 | 0 | E | C5 | 4B | 31 |
| Octal | 37 | 247 | 333 | 126 | 30 | 0 | 16 | 305 | 113 | 61 |
| Binary | 11111 | 10100111 | 11011011 | 1010110 | 11000 | 0 | 1110 | 11000101 | 1001011 | 110001 |
Color Harmonies of #1FA7DB
Complementary color
Monochromatic Colors of #1FA7DB
Black with #1FA7DB
Text Example
Text Example
White with #1FA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA7DB; }
p { color: rgb(31,167,219); }
H1.HeaderClassName
{
color: #1FA7DB;
}
.AnyTagClassName
{
color: #1FA7DB;
}
</style>
background-color css
<style>
a { background-color: #1FA7DB; }
a { background-color: rgb(31,167,219); }
div.DivClassName
{
background-color: #1FA7DB;
}
.BgClassName
{
background-color: #1FA7DB;
}
</style>
border-color css
<style>
span { border-color: #1FA7DB; }
span { border-color: rgb(31,167,219); }
td.TdClassName
{
border-color: #1FA7DB;
}
.TagClassName
{
border-color: #1FA7DB;
}
</style>