Shades of Summer Sky #31AADD
Tints of Summer Sky #31AADD
RGB
CMYK
RGB Variations
Color information
#31AADD (or 0x31AADD) is known color: Summer Sky. HEX triplet: 31, AA and DD. RGB value is (49,170,221). Sum of RGB (Red+Green+Blue) = 49+170+221=440 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.14% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #31AADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AADD is #CE5522. Grayscale: #8B8B8B. Windows color (decimal): -13522211 or 14527025. OLE color: 14527025.
HSL color Cylindrical-coordinate representation of color #31AADD: hue angle of 197.79º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31AADD is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 170 | 221 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.13 |
| HSL | 197.79º | 0.72% | 0.53% | - |
| HSV(B) | 197.79º | 0.78% | 0.87% | - |
| XYZ | 28.69 | 34.62 | 73.58 | - |
| YUV | 139.64 | 173.91 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 221 | 0.78 | 0.23 | 0 | 0.13 | 197.79 | 0.72 | 0.53 |
| Hex | 31 | AA | DD | 4E | 17 | 0 | D | C6 | 48 | 35 |
| Octal | 61 | 252 | 335 | 116 | 27 | 0 | 15 | 306 | 110 | 65 |
| Binary | 110001 | 10101010 | 11011101 | 1001110 | 10111 | 0 | 1101 | 11000110 | 1001000 | 110101 |
Color Harmonies of #31AADD
Complementary color
Monochromatic Colors of #31AADD
Black with #31AADD
Text Example
Text Example
White with #31AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AADD; }
p { color: rgb(49,170,221); }
H1.HeaderClassName
{
color: #31AADD;
}
.AnyTagClassName
{
color: #31AADD;
}
</style>
background-color css
<style>
a { background-color: #31AADD; }
a { background-color: rgb(49,170,221); }
div.DivClassName
{
background-color: #31AADD;
}
.BgClassName
{
background-color: #31AADD;
}
</style>
border-color css
<style>
span { border-color: #31AADD; }
span { border-color: rgb(49,170,221); }
td.TdClassName
{
border-color: #31AADD;
}
.TagClassName
{
border-color: #31AADD;
}
</style>