Shades of Summer Sky #31A2D6
Tints of Summer Sky #31A2D6
RGB
CMYK
RGB Variations
Color information
#31A2D6 (or 0x31A2D6) is known color: Summer Sky. HEX triplet: 31, A2 and D6. RGB value is (49,162,214). Sum of RGB (Red+Green+Blue) = 49+162+214=425 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.53% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #31A2D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A2D6 is #CE5D29. Grayscale: #858585. Windows color (decimal): -13524266 or 14066225. OLE color: 14066225.
HSL color Cylindrical-coordinate representation of color #31A2D6: hue angle of 198.91º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31A2D6 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 162 | 214 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.16 |
| HSL | 198.91º | 0.67% | 0.52% | - |
| HSV(B) | 198.91º | 0.77% | 0.84% | - |
| XYZ | 26.32 | 31.35 | 68.28 | - |
| YUV | 134.14 | 173.06 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 162 | 214 | 0.77 | 0.24 | 0 | 0.16 | 198.91 | 0.67 | 0.52 |
| Hex | 31 | A2 | D6 | 4D | 18 | 0 | 10 | C7 | 43 | 34 |
| Octal | 61 | 242 | 326 | 115 | 30 | 0 | 20 | 307 | 103 | 64 |
| Binary | 110001 | 10100010 | 11010110 | 1001101 | 11000 | 0 | 10000 | 11000111 | 1000011 | 110100 |
Color Harmonies of #31A2D6
Complementary color
Monochromatic Colors of #31A2D6
Black with #31A2D6
Text Example
Text Example
White with #31A2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A2D6; }
p { color: rgb(49,162,214); }
H1.HeaderClassName
{
color: #31A2D6;
}
.AnyTagClassName
{
color: #31A2D6;
}
</style>
background-color css
<style>
a { background-color: #31A2D6; }
a { background-color: rgb(49,162,214); }
div.DivClassName
{
background-color: #31A2D6;
}
.BgClassName
{
background-color: #31A2D6;
}
</style>
border-color css
<style>
span { border-color: #31A2D6; }
span { border-color: rgb(49,162,214); }
td.TdClassName
{
border-color: #31A2D6;
}
.TagClassName
{
border-color: #31A2D6;
}
</style>