Shades of Summer Sky #31A6D1
Tints of Summer Sky #31A6D1
RGB
CMYK
RGB Variations
Color information
#31A6D1 (or 0x31A6D1) is known color: Summer Sky. HEX triplet: 31, A6 and D1. RGB value is (49,166,209). Sum of RGB (Red+Green+Blue) = 49+166+209=424 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.56% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #31A6D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A6D1 is #CE592E. Grayscale: #878787. Windows color (decimal): -13523247 or 13739569. OLE color: 13739569.
HSL color Cylindrical-coordinate representation of color #31A6D1: hue angle of 196.12º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31A6D1 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 166 | 209 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.18 |
| HSL | 196.13º | 0.63% | 0.51% | - |
| HSV(B) | 196.13º | 0.77% | 0.82% | - |
| XYZ | 26.41 | 32.53 | 65.21 | - |
| YUV | 135.92 | 169.24 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 166 | 209 | 0.77 | 0.21 | 0 | 0.18 | 196.13 | 0.63 | 0.51 |
| Hex | 31 | A6 | D1 | 4D | 15 | 0 | 12 | C4 | 3F | 33 |
| Octal | 61 | 246 | 321 | 115 | 25 | 0 | 22 | 304 | 77 | 63 |
| Binary | 110001 | 10100110 | 11010001 | 1001101 | 10101 | 0 | 10010 | 11000100 | 111111 | 110011 |
Color Harmonies of #31A6D1
Complementary color
Monochromatic Colors of #31A6D1
Black with #31A6D1
Text Example
Text Example
White with #31A6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A6D1; }
p { color: rgb(49,166,209); }
H1.HeaderClassName
{
color: #31A6D1;
}
.AnyTagClassName
{
color: #31A6D1;
}
</style>
background-color css
<style>
a { background-color: #31A6D1; }
a { background-color: rgb(49,166,209); }
div.DivClassName
{
background-color: #31A6D1;
}
.BgClassName
{
background-color: #31A6D1;
}
</style>
border-color css
<style>
span { border-color: #31A6D1; }
span { border-color: rgb(49,166,209); }
td.TdClassName
{
border-color: #31A6D1;
}
.TagClassName
{
border-color: #31A6D1;
}
</style>