Shades of Summer Sky #31C1DD
Tints of Summer Sky #31C1DD
RGB
CMYK
RGB Variations
Color information
#31C1DD (or 0x31C1DD) is known color: Summer Sky. HEX triplet: 31, C1 and DD. RGB value is (49,193,221). Sum of RGB (Red+Green+Blue) = 49+193+221=463 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.58% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #31C1DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C1DD is #CE3E22. Grayscale: #989898. Windows color (decimal): -13516323 or 14532913. OLE color: 14532913.
HSL color Cylindrical-coordinate representation of color #31C1DD: hue angle of 189.77º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31C1DD is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 193 | 221 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.13 |
| HSL | 189.77º | 0.72% | 0.53% | - |
| HSV(B) | 189.77º | 0.78% | 0.87% | - |
| XYZ | 33.39 | 44.01 | 75.14 | - |
| YUV | 153.14 | 166.29 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 193 | 221 | 0.78 | 0.13 | 0 | 0.13 | 189.77 | 0.72 | 0.53 |
| Hex | 31 | C1 | DD | 4E | D | 0 | D | BE | 48 | 35 |
| Octal | 61 | 301 | 335 | 116 | 15 | 0 | 15 | 276 | 110 | 65 |
| Binary | 110001 | 11000001 | 11011101 | 1001110 | 1101 | 0 | 1101 | 10111110 | 1001000 | 110101 |
Color Harmonies of #31C1DD
Complementary color
Monochromatic Colors of #31C1DD
Black with #31C1DD
Text Example
Text Example
White with #31C1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C1DD; }
p { color: rgb(49,193,221); }
H1.HeaderClassName
{
color: #31C1DD;
}
.AnyTagClassName
{
color: #31C1DD;
}
</style>
background-color css
<style>
a { background-color: #31C1DD; }
a { background-color: rgb(49,193,221); }
div.DivClassName
{
background-color: #31C1DD;
}
.BgClassName
{
background-color: #31C1DD;
}
</style>
border-color css
<style>
span { border-color: #31C1DD; }
span { border-color: rgb(49,193,221); }
td.TdClassName
{
border-color: #31C1DD;
}
.TagClassName
{
border-color: #31C1DD;
}
</style>