Shades of Summer Sky #31A3EA
Tints of Summer Sky #31A3EA
RGB
CMYK
RGB Variations
Color information
#31A3EA (or 0x31A3EA) is known color: Summer Sky. HEX triplet: 31, A3 and EA. RGB value is (49,163,234). Sum of RGB (Red+Green+Blue) = 49+163+234=446 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.99% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #31A3EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31A3EA is #CE5C15. Grayscale: #888888. Windows color (decimal): -13523990 or 15377201. OLE color: 15377201.
HSL color Cylindrical-coordinate representation of color #31A3EA: hue angle of 203.03º 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 #31A3EA is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 163 | 234 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.08 |
| HSL | 203.03º | 0.81% | 0.55% | - |
| HSV(B) | 203.03º | 0.79% | 0.92% | - |
| XYZ | 29.22 | 32.79 | 82.63 | - |
| YUV | 137.01 | 182.73 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 163 | 234 | 0.79 | 0.30 | 0 | 0.08 | 203.03 | 0.81 | 0.55 |
| Hex | 31 | A3 | EA | 4F | 1E | 0 | 8 | CB | 51 | 37 |
| Octal | 61 | 243 | 352 | 117 | 36 | 0 | 10 | 313 | 121 | 67 |
| Binary | 110001 | 10100011 | 11101010 | 1001111 | 11110 | 0 | 1000 | 11001011 | 1010001 | 110111 |
Color Harmonies of #31A3EA
Complementary color
Monochromatic Colors of #31A3EA
Black with #31A3EA
Text Example
Text Example
White with #31A3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A3EA; }
p { color: rgb(49,163,234); }
H1.HeaderClassName
{
color: #31A3EA;
}
.AnyTagClassName
{
color: #31A3EA;
}
</style>
background-color css
<style>
a { background-color: #31A3EA; }
a { background-color: rgb(49,163,234); }
div.DivClassName
{
background-color: #31A3EA;
}
.BgClassName
{
background-color: #31A3EA;
}
</style>
border-color css
<style>
span { border-color: #31A3EA; }
span { border-color: rgb(49,163,234); }
td.TdClassName
{
border-color: #31A3EA;
}
.TagClassName
{
border-color: #31A3EA;
}
</style>