Shades of Summer Sky #31C2DC
Tints of Summer Sky #31C2DC
RGB
CMYK
RGB Variations
Color information
#31C2DC (or 0x31C2DC) is known color: Summer Sky. HEX triplet: 31, C2 and DC. RGB value is (49,194,220). Sum of RGB (Red+Green+Blue) = 49+194+220=463 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.58% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #31C2DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31C2DC is #CE3D23. Grayscale: #999999. Windows color (decimal): -13516068 or 14467633. OLE color: 14467633.
HSL color Cylindrical-coordinate representation of color #31C2DC: hue angle of 189.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31C2DC is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 194 | 220 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.14 |
| HSL | 189.12º | 0.71% | 0.53% | - |
| HSV(B) | 189.12º | 0.78% | 0.86% | - |
| XYZ | 33.48 | 44.4 | 74.52 | - |
| YUV | 153.61 | 165.46 | 53.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 194 | 220 | 0.78 | 0.12 | 0 | 0.14 | 189.12 | 0.71 | 0.53 |
| Hex | 31 | C2 | DC | 4E | C | 0 | E | BD | 47 | 35 |
| Octal | 61 | 302 | 334 | 116 | 14 | 0 | 16 | 275 | 107 | 65 |
| Binary | 110001 | 11000010 | 11011100 | 1001110 | 1100 | 0 | 1110 | 10111101 | 1000111 | 110101 |
Color Harmonies of #31C2DC
Complementary color
Monochromatic Colors of #31C2DC
Black with #31C2DC
Text Example
Text Example
White with #31C2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C2DC; }
p { color: rgb(49,194,220); }
H1.HeaderClassName
{
color: #31C2DC;
}
.AnyTagClassName
{
color: #31C2DC;
}
</style>
background-color css
<style>
a { background-color: #31C2DC; }
a { background-color: rgb(49,194,220); }
div.DivClassName
{
background-color: #31C2DC;
}
.BgClassName
{
background-color: #31C2DC;
}
</style>
border-color css
<style>
span { border-color: #31C2DC; }
span { border-color: rgb(49,194,220); }
td.TdClassName
{
border-color: #31C2DC;
}
.TagClassName
{
border-color: #31C2DC;
}
</style>