Shades of Summer Sky #1F9EDE
Tints of Summer Sky #1F9EDE
RGB
CMYK
RGB Variations
Color information
#1F9EDE (or 0x1F9EDE) is known color: Summer Sky. HEX triplet: 1F, 9E and DE. RGB value is (31,158,222). Sum of RGB (Red+Green+Blue) = 31+158+222=411 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.54% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F9EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9EDE is #E06121. Grayscale: #7E7E7E. Windows color (decimal): -14704930 or 14589471. OLE color: 14589471.
HSL color Cylindrical-coordinate representation of color #1F9EDE: hue angle of 200.1º degrees, saturation: 0.75, 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 #1F9EDE is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 158 | 222 | - |
| CMYK | 0.86 | 0.29 | 0 | 0.13 |
| HSL | 200.1º | 0.75% | 0.5% | - |
| HSV(B) | 200.1º | 0.86% | 0.87% | - |
| XYZ | 25.98 | 30.02 | 73.53 | - |
| YUV | 127.32 | 181.42 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 158 | 222 | 0.86 | 0.29 | 0 | 0.13 | 200.1 | 0.75 | 0.5 |
| Hex | 1F | 9E | DE | 56 | 1D | 0 | D | C8 | 4B | 32 |
| Octal | 37 | 236 | 336 | 126 | 35 | 0 | 15 | 310 | 113 | 62 |
| Binary | 11111 | 10011110 | 11011110 | 1010110 | 11101 | 0 | 1101 | 11001000 | 1001011 | 110010 |
Color Harmonies of #1F9EDE
Complementary color
Monochromatic Colors of #1F9EDE
Black with #1F9EDE
Text Example
Text Example
White with #1F9EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9EDE; }
p { color: rgb(31,158,222); }
H1.HeaderClassName
{
color: #1F9EDE;
}
.AnyTagClassName
{
color: #1F9EDE;
}
</style>
background-color css
<style>
a { background-color: #1F9EDE; }
a { background-color: rgb(31,158,222); }
div.DivClassName
{
background-color: #1F9EDE;
}
.BgClassName
{
background-color: #1F9EDE;
}
</style>
border-color css
<style>
span { border-color: #1F9EDE; }
span { border-color: rgb(31,158,222); }
td.TdClassName
{
border-color: #1F9EDE;
}
.TagClassName
{
border-color: #1F9EDE;
}
</style>