#40B1E4

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

Shades of Summer Sky #40B1E4

Tints of Summer Sky #40B1E4

Color information

#40B1E4 (or 0x40B1E4) is unknown color: approx Summer Sky. HEX triplet: 40, B1 and E4. RGB value is (64,177,228). Sum of RGB (Red+Green+Blue) = 64+177+228=469 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.65% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 228 - color contains mainly: blue. Hex color #40B1E4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40B1E4 is #BF4E1B. Grayscale: #949494. Windows color (decimal): -12537372 or 14987584. OLE color: 14987584.

HSL color Cylindrical-coordinate representation of color #40B1E4: hue angle of 198.66º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40B1E4 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB64177228-
CMYK0.720.2200.11
HSL198.66º75.23%57.25%-
HSV(B)198.66º71.93%89.41%-
XYZ31.8438.1479.08-
YUV149.03172.5667.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.65%
GREEN value IS 177 (69.53% from 255) = 37.74%
BLUE value IS 228 (89.45% from 255) = 48.61%
R=13.65%
G=37.74%
B=48.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal641772280.720.2200.11198.6675.2357.25
Hex40B1E448160Bc74b39
Octal1002613441102601330711371
Binary1000000101100011110010010010001011001011110001111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,177,228); }

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

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

 a { background-color: rgb(64,177,228); }

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

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

 span { border-color: rgb(64,177,228); }

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