#40B0D6

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

Shades of Summer Sky #40B0D6

Tints of Summer Sky #40B0D6

Color information

#40B0D6 (or 0x40B0D6) is unknown color: approx Summer Sky. HEX triplet: 40, B0 and D6. RGB value is (64,176,214). Sum of RGB (Red+Green+Blue) = 64+176+214=454 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.10% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 214 (83.98% from 255 or 47.14% from 454); Max value from RGB is 214 - color contains mainly: blue. Hex color #40B0D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40B0D6 is #BF4F29. Grayscale: #929292. Windows color (decimal): -12537642 or 14069824. OLE color: 14069824.

HSL color Cylindrical-coordinate representation of color #40B0D6: hue angle of 195.2º 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 #40B0D6 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB64176214-
CMYK0.700.1800.16
HSL195.2º64.66%54.51%-
HSV(B)195.2º70.09%83.92%-
XYZ29.783769.19-
YUV146.84165.8968.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.10%
GREEN value IS 176 (69.14% from 255) = 38.77%
BLUE value IS 214 (83.98% from 255) = 47.14%
R=14.10%
G=38.77%
B=47.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal641762140.700.1800.16195.264.6654.51
Hex40B0D64612010c34137
Octal1002603261062202030310167
Binary10000001011000011010110100011010010010000110000111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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