#40A5F4

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

Shades of Summer Sky #40A5F4

Tints of Summer Sky #40A5F4

Color information

#40A5F4 (or 0x40A5F4) is unknown color: approx Summer Sky. HEX triplet: 40, A5 and F4. RGB value is (64,165,244). Sum of RGB (Red+Green+Blue) = 64+165+244=473 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.53% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 244 (95.70% from 255 or 51.59% from 473); Max value from RGB is 244 - color contains mainly: blue. Hex color #40A5F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A5F4 is #BF5A0B. Grayscale: #8F8F8F. Windows color (decimal): -12540428 or 16033088. OLE color: 16033088.

HSL color Cylindrical-coordinate representation of color #40A5F4: hue angle of 206.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40A5F4 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB64165244-
CMYK0.740.3200.04
HSL206.33º89.11%60.39%-
HSV(B)206.33º73.77%95.69%-
XYZ31.934.5390.57-
YUV143.81184.5471.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.53%
GREEN value IS 165 (64.84% from 255) = 34.88%
BLUE value IS 244 (95.70% from 255) = 51.59%
R=13.53%
G=34.88%
B=51.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal641652440.740.3200.04206.3389.1160.39
Hex40A5F44A2004ce593c
Octal100245364112400431613174
Binary1000000101001011111010010010101000000100110011101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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