Shades of Summer Sky #31AADA
Tints of Summer Sky #31AADA
RGB
CMYK
RGB Variations
Color information
#31AADA (or 0x31AADA) is known color: Summer Sky. HEX triplet: 31, AA and DA. RGB value is (49,170,218). Sum of RGB (Red+Green+Blue) = 49+170+218=437 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.21% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #31AADA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AADA is #CE5525. Grayscale: #8A8A8A. Windows color (decimal): -13522214 or 14330417. OLE color: 14330417.
HSL color Cylindrical-coordinate representation of color #31AADA: hue angle of 197.04º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31AADA is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 170 | 218 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.15 |
| HSL | 197.04º | 0.7% | 0.52% | - |
| HSV(B) | 197.04º | 0.78% | 0.85% | - |
| XYZ | 28.3 | 34.46 | 71.49 | - |
| YUV | 139.29 | 172.41 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 218 | 0.78 | 0.22 | 0 | 0.15 | 197.04 | 0.7 | 0.52 |
| Hex | 31 | AA | DA | 4E | 16 | 0 | F | C5 | 46 | 34 |
| Octal | 61 | 252 | 332 | 116 | 26 | 0 | 17 | 305 | 106 | 64 |
| Binary | 110001 | 10101010 | 11011010 | 1001110 | 10110 | 0 | 1111 | 11000101 | 1000110 | 110100 |
Color Harmonies of #31AADA
Complementary color
Monochromatic Colors of #31AADA
Black with #31AADA
Text Example
Text Example
White with #31AADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AADA; }
p { color: rgb(49,170,218); }
H1.HeaderClassName
{
color: #31AADA;
}
.AnyTagClassName
{
color: #31AADA;
}
</style>
background-color css
<style>
a { background-color: #31AADA; }
a { background-color: rgb(49,170,218); }
div.DivClassName
{
background-color: #31AADA;
}
.BgClassName
{
background-color: #31AADA;
}
</style>
border-color css
<style>
span { border-color: #31AADA; }
span { border-color: rgb(49,170,218); }
td.TdClassName
{
border-color: #31AADA;
}
.TagClassName
{
border-color: #31AADA;
}
</style>