#40C7EA

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

Shades of Summer Sky #40C7EA

Tints of Summer Sky #40C7EA

Color information

#40C7EA (or 0x40C7EA) is unknown color: approx Summer Sky. HEX triplet: 40, C7 and EA. RGB value is (64,199,234). Sum of RGB (Red+Green+Blue) = 64+199+234=497 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.88% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #40C7EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C7EA is #BF3815. Grayscale: #A2A2A2. Windows color (decimal): -12531734 or 15386432. OLE color: 15386432.

HSL color Cylindrical-coordinate representation of color #40C7EA: hue angle of 192.35º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40C7EA is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB64199234-
CMYK0.730.1500.08
HSL192.35º80.19%58.43%-
HSV(B)192.35º72.65%91.76%-
XYZ37.3947.8885.11-
YUV162.62168.2757.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.88%
GREEN value IS 199 (78.12% from 255) = 40.04%
BLUE value IS 234 (91.80% from 255) = 47.08%
R=12.88%
G=40.04%
B=47.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal641992340.730.1500.08192.3580.1958.43
Hex40C7EA49F08c0503a
Octal1003073521111701030012072
Binary100000011000111111010101001001111101000110000001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,199,234); }

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

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

 a { background-color: rgb(64,199,234); }

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

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

 span { border-color: rgb(64,199,234); }

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