Shades of Summer Sky #31A0EA
Tints of Summer Sky #31A0EA
RGB
CMYK
RGB Variations
Color information
#31A0EA (or 0x31A0EA) is known color: Summer Sky. HEX triplet: 31, A0 and EA. RGB value is (49,160,234). Sum of RGB (Red+Green+Blue) = 49+160+234=443 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.06% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #31A0EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31A0EA is #CE5F15. Grayscale: #868686. Windows color (decimal): -13524758 or 15376433. OLE color: 15376433.
HSL color Cylindrical-coordinate representation of color #31A0EA: hue angle of 204º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31A0EA is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 160 | 234 | - |
| CMYK | 0.79 | 0.32 | 0 | 0.08 |
| HSL | 204º | 0.81% | 0.55% | - |
| HSV(B) | 204º | 0.79% | 0.92% | - |
| XYZ | 28.69 | 31.74 | 82.46 | - |
| YUV | 135.25 | 183.73 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 234 | 0.79 | 0.32 | 0 | 0.08 | 204 | 0.81 | 0.55 |
| Hex | 31 | A0 | EA | 4F | 20 | 0 | 8 | CC | 51 | 37 |
| Octal | 61 | 240 | 352 | 117 | 40 | 0 | 10 | 314 | 121 | 67 |
| Binary | 110001 | 10100000 | 11101010 | 1001111 | 100000 | 0 | 1000 | 11001100 | 1010001 | 110111 |
Color Harmonies of #31A0EA
Complementary color
Monochromatic Colors of #31A0EA
Black with #31A0EA
Text Example
Text Example
White with #31A0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A0EA; }
p { color: rgb(49,160,234); }
H1.HeaderClassName
{
color: #31A0EA;
}
.AnyTagClassName
{
color: #31A0EA;
}
</style>
background-color css
<style>
a { background-color: #31A0EA; }
a { background-color: rgb(49,160,234); }
div.DivClassName
{
background-color: #31A0EA;
}
.BgClassName
{
background-color: #31A0EA;
}
</style>
border-color css
<style>
span { border-color: #31A0EA; }
span { border-color: rgb(49,160,234); }
td.TdClassName
{
border-color: #31A0EA;
}
.TagClassName
{
border-color: #31A0EA;
}
</style>