Shades of Summer Sky #31AAE0
Tints of Summer Sky #31AAE0
RGB
CMYK
RGB Variations
Color information
#31AAE0 (or 0x31AAE0) is known color: Summer Sky. HEX triplet: 31, AA and E0. RGB value is (49,170,224). Sum of RGB (Red+Green+Blue) = 49+170+224=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #31AAE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AAE0 is #CE551F. Grayscale: #8B8B8B. Windows color (decimal): -13522208 or 14723633. OLE color: 14723633.
HSL color Cylindrical-coordinate representation of color #31AAE0: hue angle of 198.51º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31AAE0 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 170 | 224 | - |
| CMYK | 0.78 | 0.24 | 0 | 0.12 |
| HSL | 198.51º | 0.74% | 0.54% | - |
| HSV(B) | 198.51º | 0.78% | 0.88% | - |
| XYZ | 29.1 | 34.78 | 75.7 | - |
| YUV | 139.98 | 175.41 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 224 | 0.78 | 0.24 | 0 | 0.12 | 198.51 | 0.74 | 0.54 |
| Hex | 31 | AA | E0 | 4E | 18 | 0 | C | C7 | 4A | 36 |
| Octal | 61 | 252 | 340 | 116 | 30 | 0 | 14 | 307 | 112 | 66 |
| Binary | 110001 | 10101010 | 11100000 | 1001110 | 11000 | 0 | 1100 | 11000111 | 1001010 | 110110 |
Color Harmonies of #31AAE0
Complementary color
Monochromatic Colors of #31AAE0
Black with #31AAE0
Text Example
Text Example
White with #31AAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AAE0; }
p { color: rgb(49,170,224); }
H1.HeaderClassName
{
color: #31AAE0;
}
.AnyTagClassName
{
color: #31AAE0;
}
</style>
background-color css
<style>
a { background-color: #31AAE0; }
a { background-color: rgb(49,170,224); }
div.DivClassName
{
background-color: #31AAE0;
}
.BgClassName
{
background-color: #31AAE0;
}
</style>
border-color css
<style>
span { border-color: #31AAE0; }
span { border-color: rgb(49,170,224); }
td.TdClassName
{
border-color: #31AAE0;
}
.TagClassName
{
border-color: #31AAE0;
}
</style>