#40B8EA

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

Shades of Summer Sky #40B8EA

Tints of Summer Sky #40B8EA

Color information

#40B8EA (or 0x40B8EA) is unknown color: approx Summer Sky. HEX triplet: 40, B8 and EA. RGB value is (64,184,234). Sum of RGB (Red+Green+Blue) = 64+184+234=482 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.28% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #40B8EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40B8EA is #BF4715. Grayscale: #999999. Windows color (decimal): -12535574 or 15382592. OLE color: 15382592.

HSL color Cylindrical-coordinate representation of color #40B8EA: hue angle of 197.65º 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 #40B8EA is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB64184234-
CMYK0.730.2100.08
HSL197.65º80.19%58.43%-
HSV(B)197.65º72.65%91.76%-
XYZ34.1141.3184.02-
YUV153.82173.2463.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.28%
GREEN value IS 184 (72.27% from 255) = 38.17%
BLUE value IS 234 (91.80% from 255) = 48.55%
R=13.28%
G=38.17%
B=48.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal641842340.730.2100.08197.6580.1958.43
Hex40B8EA491508c6503a
Octal1002703521112501030612072
Binary1000000101110001110101010010011010101000110001101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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