Shades of Summer Sky #31A6D6
Tints of Summer Sky #31A6D6
RGB
CMYK
RGB Variations
Color information
#31A6D6 (or 0x31A6D6) is known color: Summer Sky. HEX triplet: 31, A6 and D6. RGB value is (49,166,214). Sum of RGB (Red+Green+Blue) = 49+166+214=429 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.42% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 214 (83.98% from 255 or 49.88% from 429); Max value from RGB is 214 - color contains mainly: blue. Hex color #31A6D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31A6D6 is #CE5929. Grayscale: #888888. Windows color (decimal): -13523242 or 14067249. OLE color: 14067249.
HSL color Cylindrical-coordinate representation of color #31A6D6: hue angle of 197.45º 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 #31A6D6 is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 166 | 214 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.16 |
| HSL | 197.45º | 0.67% | 0.52% | - |
| HSV(B) | 197.45º | 0.77% | 0.84% | - |
| XYZ | 27.04 | 32.78 | 68.52 | - |
| YUV | 136.49 | 171.74 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 166 | 214 | 0.77 | 0.22 | 0 | 0.16 | 197.45 | 0.67 | 0.52 |
| Hex | 31 | A6 | D6 | 4D | 16 | 0 | 10 | C5 | 43 | 34 |
| Octal | 61 | 246 | 326 | 115 | 26 | 0 | 20 | 305 | 103 | 64 |
| Binary | 110001 | 10100110 | 11010110 | 1001101 | 10110 | 0 | 10000 | 11000101 | 1000011 | 110100 |
Color Harmonies of #31A6D6
Complementary color
Monochromatic Colors of #31A6D6
Black with #31A6D6
Text Example
Text Example
White with #31A6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A6D6; }
p { color: rgb(49,166,214); }
H1.HeaderClassName
{
color: #31A6D6;
}
.AnyTagClassName
{
color: #31A6D6;
}
</style>
background-color css
<style>
a { background-color: #31A6D6; }
a { background-color: rgb(49,166,214); }
div.DivClassName
{
background-color: #31A6D6;
}
.BgClassName
{
background-color: #31A6D6;
}
</style>
border-color css
<style>
span { border-color: #31A6D6; }
span { border-color: rgb(49,166,214); }
td.TdClassName
{
border-color: #31A6D6;
}
.TagClassName
{
border-color: #31A6D6;
}
</style>