Shades of Summer Sky #31AAE5
Tints of Summer Sky #31AAE5
RGB
CMYK
RGB Variations
Color information
#31AAE5 (or 0x31AAE5) is known color: Summer Sky. HEX triplet: 31, AA and E5. RGB value is (49,170,229). Sum of RGB (Red+Green+Blue) = 49+170+229=448 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.94% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 229 (89.84% from 255 or 51.12% from 448); Max value from RGB is 229 - color contains mainly: blue. Hex color #31AAE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #31AAE5 is #CE551A. Grayscale: #8C8C8C. Windows color (decimal): -13522203 or 15051313. OLE color: 15051313.
HSL color Cylindrical-coordinate representation of color #31AAE5: hue angle of 199.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31AAE5 is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 170 | 229 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.10 |
| HSL | 199.67º | 0.78% | 0.55% | - |
| HSV(B) | 199.67º | 0.79% | 0.9% | - |
| XYZ | 29.78 | 35.06 | 79.33 | - |
| YUV | 140.55 | 177.91 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 229 | 0.79 | 0.26 | 0 | 0.10 | 199.67 | 0.78 | 0.55 |
| Hex | 31 | AA | E5 | 4F | 1A | 0 | A | C8 | 4E | 37 |
| Octal | 61 | 252 | 345 | 117 | 32 | 0 | 12 | 310 | 116 | 67 |
| Binary | 110001 | 10101010 | 11100101 | 1001111 | 11010 | 0 | 1010 | 11001000 | 1001110 | 110111 |
Color Harmonies of #31AAE5
Complementary color
Monochromatic Colors of #31AAE5
Black with #31AAE5
Text Example
Text Example
White with #31AAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AAE5; }
p { color: rgb(49,170,229); }
H1.HeaderClassName
{
color: #31AAE5;
}
.AnyTagClassName
{
color: #31AAE5;
}
</style>
background-color css
<style>
a { background-color: #31AAE5; }
a { background-color: rgb(49,170,229); }
div.DivClassName
{
background-color: #31AAE5;
}
.BgClassName
{
background-color: #31AAE5;
}
</style>
border-color css
<style>
span { border-color: #31AAE5; }
span { border-color: rgb(49,170,229); }
td.TdClassName
{
border-color: #31AAE5;
}
.TagClassName
{
border-color: #31AAE5;
}
</style>