#40CBEA

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

Shades of Summer Sky #40CBEA

Tints of Summer Sky #40CBEA

Color information

#40CBEA (or 0x40CBEA) is unknown color: approx Summer Sky. HEX triplet: 40, CB and EA. RGB value is (64,203,234). Sum of RGB (Red+Green+Blue) = 64+203+234=501 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.77% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #40CBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CBEA is #BF3415. Grayscale: #A4A4A4. Windows color (decimal): -12530710 or 15387456. OLE color: 15387456.

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

Color convert

RGB64203234-
CMYK0.730.1300.08
HSL190.94º80.19%58.43%-
HSV(B)190.94º72.65%91.76%-
XYZ38.3249.7485.42-
YUV164.97166.9555.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.77%
GREEN value IS 203 (79.69% from 255) = 40.52%
BLUE value IS 234 (91.80% from 255) = 46.71%
R=12.77%
G=40.52%
B=46.71%

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
Decimal642032340.730.1300.08190.9480.1958.43
Hex40CBEA49D08bf503a
Octal1003133521111501027712072
Binary100000011001011111010101001001110101000101111111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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