#40B4D6

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

Shades of Summer Sky #40B4D6

Tints of Summer Sky #40B4D6

Color information

#40B4D6 (or 0x40B4D6) is unknown color: approx Summer Sky. HEX triplet: 40, B4 and D6. RGB value is (64,180,214). Sum of RGB (Red+Green+Blue) = 64+180+214=458 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.97% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 214 - color contains mainly: blue. Hex color #40B4D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B4D6 is #BF4B29. Grayscale: #949494. Windows color (decimal): -12536618 or 14070848. OLE color: 14070848.

HSL color Cylindrical-coordinate representation of color #40B4D6: hue angle of 193.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40B4D6 is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB64180214-
CMYK0.700.1600.16
HSL193.6º64.66%54.51%-
HSV(B)193.6º70.09%83.92%-
XYZ30.5738.5969.46-
YUV149.19164.5767.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.97%
GREEN value IS 180 (70.70% from 255) = 39.30%
BLUE value IS 214 (83.98% from 255) = 46.72%
R=13.97%
G=39.30%
B=46.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal641802140.700.1600.16193.664.6654.51
Hex40B4D64610010c24137
Octal1002643261062002030210167
Binary10000001011010011010110100011010000010000110000101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,180,214); }

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

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

 a { background-color: rgb(64,180,214); }

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

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

 span { border-color: rgb(64,180,214); }

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