Shades of Summer Sky #31A2DC
Tints of Summer Sky #31A2DC
RGB
CMYK
RGB Variations
Color information
#31A2DC (or 0x31A2DC) is known color: Summer Sky. HEX triplet: 31, A2 and DC. RGB value is (49,162,220). Sum of RGB (Red+Green+Blue) = 49+162+220=431 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.37% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #31A2DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A2DC is #CE5D23. Grayscale: #868686. Windows color (decimal): -13524260 or 14459441. OLE color: 14459441.
HSL color Cylindrical-coordinate representation of color #31A2DC: hue angle of 200.35º 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 #31A2DC is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 162 | 220 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.14 |
| HSL | 200.35º | 0.71% | 0.53% | - |
| HSV(B) | 200.35º | 0.78% | 0.86% | - |
| XYZ | 27.11 | 31.66 | 72.39 | - |
| YUV | 134.83 | 176.06 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 162 | 220 | 0.78 | 0.26 | 0 | 0.14 | 200.35 | 0.71 | 0.53 |
| Hex | 31 | A2 | DC | 4E | 1A | 0 | E | C8 | 47 | 35 |
| Octal | 61 | 242 | 334 | 116 | 32 | 0 | 16 | 310 | 107 | 65 |
| Binary | 110001 | 10100010 | 11011100 | 1001110 | 11010 | 0 | 1110 | 11001000 | 1000111 | 110101 |
Color Harmonies of #31A2DC
Complementary color
Monochromatic Colors of #31A2DC
Black with #31A2DC
Text Example
Text Example
White with #31A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A2DC; }
p { color: rgb(49,162,220); }
H1.HeaderClassName
{
color: #31A2DC;
}
.AnyTagClassName
{
color: #31A2DC;
}
</style>
background-color css
<style>
a { background-color: #31A2DC; }
a { background-color: rgb(49,162,220); }
div.DivClassName
{
background-color: #31A2DC;
}
.BgClassName
{
background-color: #31A2DC;
}
</style>
border-color css
<style>
span { border-color: #31A2DC; }
span { border-color: rgb(49,162,220); }
td.TdClassName
{
border-color: #31A2DC;
}
.TagClassName
{
border-color: #31A2DC;
}
</style>