Shades of Summer Sky #1F9CDD
Tints of Summer Sky #1F9CDD
RGB
CMYK
RGB Variations
Color information
#1F9CDD (or 0x1F9CDD) is known color: Summer Sky. HEX triplet: 1F, 9C and DD. RGB value is (31,156,221). Sum of RGB (Red+Green+Blue) = 31+156+221=408 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.60% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F9CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9CDD is #E06322. Grayscale: #7D7D7D. Windows color (decimal): -14705443 or 14523423. OLE color: 14523423.
HSL color Cylindrical-coordinate representation of color #1F9CDD: hue angle of 200.53º 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 #1F9CDD is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 156 | 221 | - |
| CMYK | 0.86 | 0.29 | 0 | 0.13 |
| HSL | 200.53º | 0.75% | 0.49% | - |
| HSV(B) | 200.53º | 0.86% | 0.87% | - |
| XYZ | 25.5 | 29.29 | 72.72 | - |
| YUV | 126.04 | 181.59 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 221 | 0.86 | 0.29 | 0 | 0.13 | 200.53 | 0.75 | 0.49 |
| Hex | 1F | 9C | DD | 56 | 1D | 0 | D | C9 | 4B | 31 |
| Octal | 37 | 234 | 335 | 126 | 35 | 0 | 15 | 311 | 113 | 61 |
| Binary | 11111 | 10011100 | 11011101 | 1010110 | 11101 | 0 | 1101 | 11001001 | 1001011 | 110001 |
Color Harmonies of #1F9CDD
Complementary color
Monochromatic Colors of #1F9CDD
Black with #1F9CDD
Text Example
Text Example
White with #1F9CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9CDD; }
p { color: rgb(31,156,221); }
H1.HeaderClassName
{
color: #1F9CDD;
}
.AnyTagClassName
{
color: #1F9CDD;
}
</style>
background-color css
<style>
a { background-color: #1F9CDD; }
a { background-color: rgb(31,156,221); }
div.DivClassName
{
background-color: #1F9CDD;
}
.BgClassName
{
background-color: #1F9CDD;
}
</style>
border-color css
<style>
span { border-color: #1F9CDD; }
span { border-color: rgb(31,156,221); }
td.TdClassName
{
border-color: #1F9CDD;
}
.TagClassName
{
border-color: #1F9CDD;
}
</style>