#40CCEA

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

Shades of Summer Sky #40CCEA

Tints of Summer Sky #40CCEA

Color information

#40CCEA (or 0x40CCEA) is unknown color: approx Summer Sky. HEX triplet: 40, CC and EA. RGB value is (64,204,234). Sum of RGB (Red+Green+Blue) = 64+204+234=502 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.75% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #40CCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CCEA is #BF3315. Grayscale: #A5A5A5. Windows color (decimal): -12530454 or 15387712. OLE color: 15387712.

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

Color convert

RGB64204234-
CMYK0.730.1300.08
HSL190.59º80.19%58.43%-
HSV(B)190.59º72.65%91.76%-
XYZ38.5650.2285.5-
YUV165.56166.6255.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.75%
GREEN value IS 204 (80.08% from 255) = 40.64%
BLUE value IS 234 (91.80% from 255) = 46.61%
R=12.75%
G=40.64%
B=46.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal642042340.730.1300.08190.5980.1958.43
Hex40CCEA49D08bf503a
Octal1003143521111501027712072
Binary100000011001100111010101001001110101000101111111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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