Shades of Summer Sky #31AED7
Tints of Summer Sky #31AED7
RGB
CMYK
RGB Variations
Color information
#31AED7 (or 0x31AED7) is known color: Summer Sky. HEX triplet: 31, AE and D7. RGB value is (49,174,215). Sum of RGB (Red+Green+Blue) = 49+174+215=438 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.19% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 215 - color contains mainly: blue. Hex color #31AED7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AED7 is #CE5128. Grayscale: #8D8D8D. Windows color (decimal): -13521193 or 14134833. OLE color: 14134833.
HSL color Cylindrical-coordinate representation of color #31AED7: hue angle of 194.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31AED7 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 174 | 215 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.16 |
| HSL | 194.82º | 0.67% | 0.52% | - |
| HSV(B) | 194.82º | 0.77% | 0.84% | - |
| XYZ | 28.67 | 35.83 | 69.7 | - |
| YUV | 141.3 | 169.59 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 174 | 215 | 0.77 | 0.19 | 0 | 0.16 | 194.82 | 0.67 | 0.52 |
| Hex | 31 | AE | D7 | 4D | 13 | 0 | 10 | C3 | 43 | 34 |
| Octal | 61 | 256 | 327 | 115 | 23 | 0 | 20 | 303 | 103 | 64 |
| Binary | 110001 | 10101110 | 11010111 | 1001101 | 10011 | 0 | 10000 | 11000011 | 1000011 | 110100 |
Color Harmonies of #31AED7
Complementary color
Monochromatic Colors of #31AED7
Black with #31AED7
Text Example
Text Example
White with #31AED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AED7; }
p { color: rgb(49,174,215); }
H1.HeaderClassName
{
color: #31AED7;
}
.AnyTagClassName
{
color: #31AED7;
}
</style>
background-color css
<style>
a { background-color: #31AED7; }
a { background-color: rgb(49,174,215); }
div.DivClassName
{
background-color: #31AED7;
}
.BgClassName
{
background-color: #31AED7;
}
</style>
border-color css
<style>
span { border-color: #31AED7; }
span { border-color: rgb(49,174,215); }
td.TdClassName
{
border-color: #31AED7;
}
.TagClassName
{
border-color: #31AED7;
}
</style>