#31A1EA

Color #31A1EA Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #31A1EA

Tints of Summer Sky #31A1EA

Color information

#31A1EA (or 0x31A1EA) is unknown color: approx Summer Sky. HEX triplet: 31, A1 and EA. RGB value is (49,161,234). Sum of RGB (Red+Green+Blue) = 49+161+234=444 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.04% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #31A1EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31A1EA is #CE5E15. Grayscale: #878787. Windows color (decimal): -13524502 or 15376689. OLE color: 15376689.

HSL color Cylindrical-coordinate representation of color #31A1EA: hue angle of 203.68º 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 #31A1EA is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB49161234-
CMYK0.790.3100.08
HSL203.68º81.5%55.49%-
HSV(B)203.68º79.06%91.76%-
XYZ28.8632.0882.51-
YUV135.83183.3966.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 11.04%
GREEN value IS 161 (63.28% from 255) = 36.26%
BLUE value IS 234 (91.80% from 255) = 52.70%
R=11.04%
G=36.26%
B=52.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal491612340.790.3100.08203.6881.555.49
Hex31A1EA4F1F08cc5137
Octal612413521173701031412167
Binary110001101000011110101010011111111101000110011001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31A1EA; }

 p { color: rgb(49,161,234); }

 H1.HeaderClassName
 {
   color: #31A1EA;
 }
 .AnyTagClassName
 {
   color: #31A1EA;
 }
</style>
background-color css

<style>
 a { background-color: #31A1EA; }

 a { background-color: rgb(49,161,234); }

 div.DivClassName
 {
   background-color: #31A1EA;
 }
 .BgClassName
 {
   background-color: #31A1EA;
 }
</style>
border-color css

<style>
 span { border-color: #31A1EA; }

 span { border-color: rgb(49,161,234); }

 td.TdClassName
 {
   border-color: #31A1EA;
 }
 .TagClassName
 {
   border-color: #31A1EA;
 }
</style>