#31A7F3

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

Shades of Summer Sky #31A7F3

Tints of Summer Sky #31A7F3

Color information

#31A7F3 (or 0x31A7F3) is unknown color: approx Summer Sky. HEX triplet: 31, A7 and F3. RGB value is (49,167,243). Sum of RGB (Red+Green+Blue) = 49+167+243=459 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.68% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 243 (95.31% from 255 or 52.94% from 459); Max value from RGB is 243 - color contains mainly: blue. Hex color #31A7F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31A7F3 is #CE580C. Grayscale: #8B8B8B. Windows color (decimal): -13522957 or 15968049. OLE color: 15968049.

HSL color Cylindrical-coordinate representation of color #31A7F3: hue angle of 203.51º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31A7F3 is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB49167243-
CMYK0.800.3100.05
HSL203.51º88.99%57.25%-
HSV(B)203.51º79.84%95.29%-
XYZ31.2634.7689.86-
YUV140.38185.9162.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.68%
GREEN value IS 167 (65.62% from 255) = 36.38%
BLUE value IS 243 (95.31% from 255) = 52.94%
R=10.68%
G=36.38%
B=52.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal491672430.800.3100.05203.5188.9957.25
Hex31A7F3501F05cc5939
Octal61247363120370531413171
Binary11000110100111111100111010000111110101110011001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,167,243); }

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

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

 a { background-color: rgb(49,167,243); }

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

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

 span { border-color: rgb(49,167,243); }

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