Shades of Summer Sky #1FA1DD
Tints of Summer Sky #1FA1DD
RGB
CMYK
RGB Variations
Color information
#1FA1DD (or 0x1FA1DD) is known color: Summer Sky. HEX triplet: 1F, A1 and DD. RGB value is (31,161,221). Sum of RGB (Red+Green+Blue) = 31+161+221=413 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.51% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #1FA1DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA1DD is #E05E22. Grayscale: #808080. Windows color (decimal): -14704163 or 14524703. OLE color: 14524703.
HSL color Cylindrical-coordinate representation of color #1FA1DD: hue angle of 198.95º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FA1DD is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 161 | 221 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.13 |
| HSL | 198.95º | 0.75% | 0.49% | - |
| HSV(B) | 198.95º | 0.86% | 0.87% | - |
| XYZ | 26.36 | 31 | 73 | - |
| YUV | 128.97 | 179.93 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 161 | 221 | 0.86 | 0.27 | 0 | 0.13 | 198.95 | 0.75 | 0.49 |
| Hex | 1F | A1 | DD | 56 | 1B | 0 | D | C7 | 4B | 31 |
| Octal | 37 | 241 | 335 | 126 | 33 | 0 | 15 | 307 | 113 | 61 |
| Binary | 11111 | 10100001 | 11011101 | 1010110 | 11011 | 0 | 1101 | 11000111 | 1001011 | 110001 |
Color Harmonies of #1FA1DD
Complementary color
Monochromatic Colors of #1FA1DD
Black with #1FA1DD
Text Example
Text Example
White with #1FA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA1DD; }
p { color: rgb(31,161,221); }
H1.HeaderClassName
{
color: #1FA1DD;
}
.AnyTagClassName
{
color: #1FA1DD;
}
</style>
background-color css
<style>
a { background-color: #1FA1DD; }
a { background-color: rgb(31,161,221); }
div.DivClassName
{
background-color: #1FA1DD;
}
.BgClassName
{
background-color: #1FA1DD;
}
</style>
border-color css
<style>
span { border-color: #1FA1DD; }
span { border-color: rgb(31,161,221); }
td.TdClassName
{
border-color: #1FA1DD;
}
.TagClassName
{
border-color: #1FA1DD;
}
</style>