#40B4E4

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

Shades of Summer Sky #40B4E4

Tints of Summer Sky #40B4E4

Color information

#40B4E4 (or 0x40B4E4) is unknown color: approx Summer Sky. HEX triplet: 40, B4 and E4. RGB value is (64,180,228). Sum of RGB (Red+Green+Blue) = 64+180+228=472 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.56% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 228 (89.45% from 255 or 48.31% from 472); Max value from RGB is 228 - color contains mainly: blue. Hex color #40B4E4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B4E4 is #BF4B1B. Grayscale: #969696. Windows color (decimal): -12536604 or 14988352. OLE color: 14988352.

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

Color convert

RGB64180228-
CMYK0.720.2100.11
HSL197.56º75.23%57.25%-
HSV(B)197.56º71.93%89.41%-
XYZ32.4439.3379.28-
YUV150.79171.5766.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.56%
GREEN value IS 180 (70.70% from 255) = 38.14%
BLUE value IS 228 (89.45% from 255) = 48.31%
R=13.56%
G=38.14%
B=48.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal641802280.720.2100.11197.5675.2357.25
Hex40B4E448150Bc64b39
Octal1002643441102501330611371
Binary1000000101101001110010010010001010101011110001101001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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