#40A5F7

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

Shades of Summer Sky #40A5F7

Tints of Summer Sky #40A5F7

Color information

#40A5F7 (or 0x40A5F7) is unknown color: approx Summer Sky. HEX triplet: 40, A5 and F7. RGB value is (64,165,247). Sum of RGB (Red+Green+Blue) = 64+165+247=476 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.45% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 247 (96.88% from 255 or 51.89% from 476); Max value from RGB is 247 - color contains mainly: blue. Hex color #40A5F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A5F7 is #BF5A08. Grayscale: #8F8F8F. Windows color (decimal): -12540425 or 16229696. OLE color: 16229696.

HSL color Cylindrical-coordinate representation of color #40A5F7: hue angle of 206.89º 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 #40A5F7 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB64165247-
CMYK0.740.3300.03
HSL206.89º91.96%60.98%-
HSV(B)206.89º74.09%96.86%-
XYZ32.3634.7292.99-
YUV144.15186.0470.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.45%
GREEN value IS 165 (64.84% from 255) = 34.66%
BLUE value IS 247 (96.88% from 255) = 51.89%
R=13.45%
G=34.66%
B=51.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal641652470.740.3300.03206.8991.9660.98
Hex40A5F74A2103cf5c3d
Octal100245367112410331713475
Binary100000010100101111101111001010100001011110011111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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