Shades of Summer Sky #1FA0DF
Tints of Summer Sky #1FA0DF
RGB
CMYK
RGB Variations
Color information
#1FA0DF (or 0x1FA0DF) is known color: Summer Sky. HEX triplet: 1F, A0 and DF. RGB value is (31,160,223). Sum of RGB (Red+Green+Blue) = 31+160+223=414 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.49% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #1FA0DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA0DF is #E05F20. Grayscale: #808080. Windows color (decimal): -14704417 or 14655519. OLE color: 14655519.
HSL color Cylindrical-coordinate representation of color #1FA0DF: hue angle of 199.69º 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 #1FA0DF is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 160 | 223 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.13 |
| HSL | 199.69º | 0.76% | 0.5% | - |
| HSV(B) | 199.69º | 0.86% | 0.87% | - |
| XYZ | 26.46 | 30.76 | 74.36 | - |
| YUV | 128.61 | 181.26 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 223 | 0.86 | 0.28 | 0 | 0.13 | 199.69 | 0.76 | 0.5 |
| Hex | 1F | A0 | DF | 56 | 1C | 0 | D | C8 | 4C | 32 |
| Octal | 37 | 240 | 337 | 126 | 34 | 0 | 15 | 310 | 114 | 62 |
| Binary | 11111 | 10100000 | 11011111 | 1010110 | 11100 | 0 | 1101 | 11001000 | 1001100 | 110010 |
Color Harmonies of #1FA0DF
Complementary color
Monochromatic Colors of #1FA0DF
Black with #1FA0DF
Text Example
Text Example
White with #1FA0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA0DF; }
p { color: rgb(31,160,223); }
H1.HeaderClassName
{
color: #1FA0DF;
}
.AnyTagClassName
{
color: #1FA0DF;
}
</style>
background-color css
<style>
a { background-color: #1FA0DF; }
a { background-color: rgb(31,160,223); }
div.DivClassName
{
background-color: #1FA0DF;
}
.BgClassName
{
background-color: #1FA0DF;
}
</style>
border-color css
<style>
span { border-color: #1FA0DF; }
span { border-color: rgb(31,160,223); }
td.TdClassName
{
border-color: #1FA0DF;
}
.TagClassName
{
border-color: #1FA0DF;
}
</style>