#31AAF0

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

Shades of Summer Sky #31AAF0

Tints of Summer Sky #31AAF0

Color information

#31AAF0 (or 0x31AAF0) is unknown color: approx Summer Sky. HEX triplet: 31, AA and F0. RGB value is (49,170,240). Sum of RGB (Red+Green+Blue) = 49+170+240=459 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.68% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #31AAF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31AAF0 is #CE550F. Grayscale: #8D8D8D. Windows color (decimal): -13522192 or 15772209. OLE color: 15772209.

HSL color Cylindrical-coordinate representation of color #31AAF0: hue angle of 201.99º 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 #31AAF0 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB49170240-
CMYK0.800.2900.06
HSL201.99º86.43%56.67%-
HSV(B)201.99º79.58%94.12%-
XYZ31.3735.6987.67-
YUV141.8183.4161.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.68%
GREEN value IS 170 (66.80% from 255) = 37.04%
BLUE value IS 240 (94.14% from 255) = 52.29%
R=10.68%
G=37.04%
B=52.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal491702400.800.2900.06201.9986.4356.67
Hex31AAF0501D06ca5639
Octal61252360120350631212671
Binary11000110101010111100001010000111010110110010101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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