#31B1F0

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

Shades of Summer Sky #31B1F0

Tints of Summer Sky #31B1F0

Color information

#31B1F0 (or 0x31B1F0) is unknown color: approx Summer Sky. HEX triplet: 31, B1 and F0. RGB value is (49,177,240). Sum of RGB (Red+Green+Blue) = 49+177+240=466 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.52% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #31B1F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31B1F0 is #CE4E0F. Grayscale: #919191. Windows color (decimal): -13520400 or 15774001. OLE color: 15774001.

HSL color Cylindrical-coordinate representation of color #31B1F0: hue angle of 199.79º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31B1F0 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB49177240-
CMYK0.800.2600.06
HSL199.79º86.43%56.67%-
HSV(B)199.79º79.58%94.12%-
XYZ32.7238.3988.12-
YUV145.91181.0958.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.52%
GREEN value IS 177 (69.53% from 255) = 37.98%
BLUE value IS 240 (94.14% from 255) = 51.50%
R=10.52%
G=37.98%
B=51.50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal491772400.800.2600.06199.7986.4356.67
Hex31B1F0501A06c85639
Octal61261360120320631012671
Binary11000110110001111100001010000110100110110010001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,177,240); }

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

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

 a { background-color: rgb(49,177,240); }

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

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

 span { border-color: rgb(49,177,240); }

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