#31B5EA

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

Shades of Summer Sky #31B5EA

Tints of Summer Sky #31B5EA

Color information

#31B5EA (or 0x31B5EA) is unknown color: approx Summer Sky. HEX triplet: 31, B5 and EA. RGB value is (49,181,234). Sum of RGB (Red+Green+Blue) = 49+181+234=464 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.56% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #31B5EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31B5EA is #CE4A15. Grayscale: #939393. Windows color (decimal): -13519382 or 15381809. OLE color: 15381809.

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

Color convert

RGB49181234-
CMYK0.790.2300.08
HSL197.19º81.5%55.49%-
HSV(B)197.19º79.06%91.76%-
XYZ32.6439.6483.77-
YUV147.57176.7757.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.56%
GREEN value IS 181 (71.09% from 255) = 39.01%
BLUE value IS 234 (91.80% from 255) = 50.43%
R=10.56%
G=39.01%
B=50.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal491812340.790.2300.08197.1981.555.49
Hex31B5EA4F1708c55137
Octal612653521172701030512167
Binary110001101101011110101010011111011101000110001011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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