Shades of Summer Sky #31A1CD
Tints of Summer Sky #31A1CD
RGB
CMYK
RGB Variations
Color information
#31A1CD (or 0x31A1CD) is known color: Summer Sky. HEX triplet: 31, A1 and CD. RGB value is (49,161,205). Sum of RGB (Red+Green+Blue) = 49+161+205=415 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.81% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #31A1CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A1CD is #CE5E32. Grayscale: #848484. Windows color (decimal): -13524531 or 13476145. OLE color: 13476145.
HSL color Cylindrical-coordinate representation of color #31A1CD: hue angle of 196.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31A1CD is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 161 | 205 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.20 |
| HSL | 196.92º | 0.61% | 0.5% | - |
| HSV(B) | 196.92º | 0.76% | 0.8% | - |
| XYZ | 25.03 | 30.55 | 62.34 | - |
| YUV | 132.53 | 168.89 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 161 | 205 | 0.76 | 0.21 | 0 | 0.20 | 196.92 | 0.61 | 0.5 |
| Hex | 31 | A1 | CD | 4C | 15 | 0 | 14 | C5 | 3D | 32 |
| Octal | 61 | 241 | 315 | 114 | 25 | 0 | 24 | 305 | 75 | 62 |
| Binary | 110001 | 10100001 | 11001101 | 1001100 | 10101 | 0 | 10100 | 11000101 | 111101 | 110010 |
Color Harmonies of #31A1CD
Complementary color
Monochromatic Colors of #31A1CD
Black with #31A1CD
Text Example
Text Example
White with #31A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A1CD; }
p { color: rgb(49,161,205); }
H1.HeaderClassName
{
color: #31A1CD;
}
.AnyTagClassName
{
color: #31A1CD;
}
</style>
background-color css
<style>
a { background-color: #31A1CD; }
a { background-color: rgb(49,161,205); }
div.DivClassName
{
background-color: #31A1CD;
}
.BgClassName
{
background-color: #31A1CD;
}
</style>
border-color css
<style>
span { border-color: #31A1CD; }
span { border-color: rgb(49,161,205); }
td.TdClassName
{
border-color: #31A1CD;
}
.TagClassName
{
border-color: #31A1CD;
}
</style>