#40A8E1

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

Shades of Summer Sky #40A8E1

Tints of Summer Sky #40A8E1

Color information

#40A8E1 (or 0x40A8E1) is unknown color: approx Summer Sky. HEX triplet: 40, A8 and E1. RGB value is (64,168,225). Sum of RGB (Red+Green+Blue) = 64+168+225=457 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.00% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 225 (88.28% from 255 or 49.23% from 457); Max value from RGB is 225 - color contains mainly: blue. Hex color #40A8E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A8E1 is #BF571E. Grayscale: #8F8F8F. Windows color (decimal): -12539679 or 14788672. OLE color: 14788672.

HSL color Cylindrical-coordinate representation of color #40A8E1: hue angle of 201.24º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40A8E1 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB64168225-
CMYK0.720.2500.12
HSL201.24º72.85%56.67%-
HSV(B)201.24º71.56%88.24%-
XYZ29.7134.5376.33-
YUV143.4174.0471.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.00%
GREEN value IS 168 (66.02% from 255) = 36.76%
BLUE value IS 225 (88.28% from 255) = 49.23%
R=14.00%
G=36.76%
B=49.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal641682250.720.2500.12201.2472.8556.67
Hex40A8E148190Cc94939
Octal1002503411103101431111171
Binary1000000101010001110000110010001100101100110010011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,168,225); }

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

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

 a { background-color: rgb(64,168,225); }

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

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

 span { border-color: rgb(64,168,225); }

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