#40BEDC

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

Shades of Summer Sky #40BEDC

Tints of Summer Sky #40BEDC

Color information

#40BEDC (or 0x40BEDC) is unknown color: approx Summer Sky. HEX triplet: 40, BE and DC. RGB value is (64,190,220). Sum of RGB (Red+Green+Blue) = 64+190+220=474 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.50% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #40BEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BEDC is #BF4123. Grayscale: #9B9B9B. Windows color (decimal): -12534052 or 14466624. OLE color: 14466624.

HSL color Cylindrical-coordinate representation of color #40BEDC: hue angle of 191.54º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40BEDC is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB64190220-
CMYK0.710.1400.14
HSL191.54º69.03%55.69%-
HSV(B)191.54º70.91%86.27%-
XYZ33.4543.0874.26-
YUV155.75164.2662.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.50%
GREEN value IS 190 (74.61% from 255) = 40.08%
BLUE value IS 220 (86.33% from 255) = 46.41%
R=13.50%
G=40.08%
B=46.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal641902200.710.1400.14191.5469.0355.69
Hex40BEDC47E0Ec04538
Octal1002763341071601630010570
Binary100000010111110110111001000111111001110110000001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,190,220); }

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

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

 a { background-color: rgb(64,190,220); }

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

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

 span { border-color: rgb(64,190,220); }

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