Shades of Summer Sky #31ADE5
Tints of Summer Sky #31ADE5
RGB
CMYK
RGB Variations
Color information
#31ADE5 (or 0x31ADE5) is known color: Summer Sky. HEX triplet: 31, AD and E5. RGB value is (49,173,229). Sum of RGB (Red+Green+Blue) = 49+173+229=451 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.86% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 229 (89.84% from 255 or 50.78% from 451); Max value from RGB is 229 - color contains mainly: blue. Hex color #31ADE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADE5 is #CE521A. Grayscale: #8D8D8D. Windows color (decimal): -13521435 or 15052081. OLE color: 15052081.
HSL color Cylindrical-coordinate representation of color #31ADE5: hue angle of 198.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31ADE5 is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 173 | 229 | - |
| CMYK | 0.79 | 0.24 | 0 | 0.10 |
| HSL | 198.67º | 0.78% | 0.55% | - |
| HSV(B) | 198.67º | 0.79% | 0.9% | - |
| XYZ | 30.35 | 36.2 | 79.52 | - |
| YUV | 142.31 | 176.92 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 229 | 0.79 | 0.24 | 0 | 0.10 | 198.67 | 0.78 | 0.55 |
| Hex | 31 | AD | E5 | 4F | 18 | 0 | A | C7 | 4E | 37 |
| Octal | 61 | 255 | 345 | 117 | 30 | 0 | 12 | 307 | 116 | 67 |
| Binary | 110001 | 10101101 | 11100101 | 1001111 | 11000 | 0 | 1010 | 11000111 | 1001110 | 110111 |
Color Harmonies of #31ADE5
Complementary color
Monochromatic Colors of #31ADE5
Black with #31ADE5
Text Example
Text Example
White with #31ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ADE5; }
p { color: rgb(49,173,229); }
H1.HeaderClassName
{
color: #31ADE5;
}
.AnyTagClassName
{
color: #31ADE5;
}
</style>
background-color css
<style>
a { background-color: #31ADE5; }
a { background-color: rgb(49,173,229); }
div.DivClassName
{
background-color: #31ADE5;
}
.BgClassName
{
background-color: #31ADE5;
}
</style>
border-color css
<style>
span { border-color: #31ADE5; }
span { border-color: rgb(49,173,229); }
td.TdClassName
{
border-color: #31ADE5;
}
.TagClassName
{
border-color: #31ADE5;
}
</style>