#40AAF7

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

Shades of Summer Sky #40AAF7

Tints of Summer Sky #40AAF7

Color information

#40AAF7 (or 0x40AAF7) is unknown color: approx Summer Sky. HEX triplet: 40, AA and F7. RGB value is (64,170,247). Sum of RGB (Red+Green+Blue) = 64+170+247=481 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.31% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 247 (96.88% from 255 or 51.35% from 481); Max value from RGB is 247 - color contains mainly: blue. Hex color #40AAF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40AAF7 is #BF5508. Grayscale: #929292. Windows color (decimal): -12539145 or 16230976. OLE color: 16230976.

HSL color Cylindrical-coordinate representation of color #40AAF7: hue angle of 205.25º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40AAF7 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB64170247-
CMYK0.740.3100.03
HSL205.25º91.96%60.98%-
HSV(B)205.25º74.09%96.86%-
XYZ33.2836.5593.3-
YUV147.08184.3868.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.31%
GREEN value IS 170 (66.80% from 255) = 35.34%
BLUE value IS 247 (96.88% from 255) = 51.35%
R=13.31%
G=35.34%
B=51.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal641702470.740.3100.03205.2591.9660.98
Hex40AAF74A1F03cd5c3d
Octal100252367112370331513475
Binary10000001010101011110111100101011111011110011011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40AAF7; }

 p { color: rgb(64,170,247); }

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

<style>
 a { background-color: #40AAF7; }

 a { background-color: rgb(64,170,247); }

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

<style>
 span { border-color: #40AAF7; }

 span { border-color: rgb(64,170,247); }

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