Shades of Summer Sky #31ADC7
Tints of Summer Sky #31ADC7
RGB
CMYK
RGB Variations
Color information
#31ADC7 (or 0x31ADC7) is known color: Summer Sky. HEX triplet: 31, AD and C7. RGB value is (49,173,199). Sum of RGB (Red+Green+Blue) = 49+173+199=421 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.64% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 199 (78.12% from 255 or 47.27% from 421); Max value from RGB is 199 - color contains mainly: blue. Hex color #31ADC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31ADC7 is #CE5238. Grayscale: #8A8A8A. Windows color (decimal): -13521465 or 13086001. OLE color: 13086001.
HSL color Cylindrical-coordinate representation of color #31ADC7: hue angle of 190.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31ADC7 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 173 | 199 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.22 |
| HSL | 190.4º | 0.6% | 0.49% | - |
| HSV(B) | 190.4º | 0.75% | 0.78% | - |
| XYZ | 26.52 | 34.66 | 59.33 | - |
| YUV | 138.89 | 161.92 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 199 | 0.75 | 0.13 | 0 | 0.22 | 190.4 | 0.6 | 0.49 |
| Hex | 31 | AD | C7 | 4B | D | 0 | 16 | BE | 3C | 31 |
| Octal | 61 | 255 | 307 | 113 | 15 | 0 | 26 | 276 | 74 | 61 |
| Binary | 110001 | 10101101 | 11000111 | 1001011 | 1101 | 0 | 10110 | 10111110 | 111100 | 110001 |
Color Harmonies of #31ADC7
Complementary color
Monochromatic Colors of #31ADC7
Black with #31ADC7
Text Example
Text Example
White with #31ADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ADC7; }
p { color: rgb(49,173,199); }
H1.HeaderClassName
{
color: #31ADC7;
}
.AnyTagClassName
{
color: #31ADC7;
}
</style>
background-color css
<style>
a { background-color: #31ADC7; }
a { background-color: rgb(49,173,199); }
div.DivClassName
{
background-color: #31ADC7;
}
.BgClassName
{
background-color: #31ADC7;
}
</style>
border-color css
<style>
span { border-color: #31ADC7; }
span { border-color: rgb(49,173,199); }
td.TdClassName
{
border-color: #31ADC7;
}
.TagClassName
{
border-color: #31ADC7;
}
</style>