#31b3f7

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

Shades of Summer Sky #31B3F7

Tints of Summer Sky #31B3F7

Color information

#31B3F7 (or 0x31B3F7) is unknown color: approx Summer Sky. HEX triplet: 31, B3 and F7. RGB value is (49,179,247). Sum of RGB (Red+Green+Blue) = 49+179+247=475 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.32% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 247 (96.88% from 255 or 52% from 475); Max value from RGB is 247 - color contains mainly: blue. Hex color #31B3F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31B3F7 is #CE4C08. Grayscale: #939393. Windows color (decimal): -13519881 or 16233265. OLE color: 16233265.

HSL color Cylindrical-coordinate representation of color #31B3F7: hue angle of 200.61º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31B3F7 is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB49179247-
CMYK0.800.2800.03
HSL200.61º92.52%58.04%-
HSV(B)200.61º80.16%96.86%-
XYZ34.1839.6193.84-
YUV147.88183.9357.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.32%
GREEN value IS 179 (70.31% from 255) = 37.68%
BLUE value IS 247 (96.88% from 255) = 52%
R=10.32%
G=37.68%
B=52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal491792470.800.2800.03200.6192.5258.04
Hex31B3F7501C03c95d3a
Octal61263367120340331113572
Binary1100011011001111110111101000011100011110010011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31b3f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,179,247); }

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

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

 a { background-color: rgb(49,179,247); }

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

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

 span { border-color: rgb(49,179,247); }

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