Html Css Color HEX #40C4EA Summer Sky

📋 copy color: '#40C4EA'

red 64 ◦ green 196 ◦ blue 234

#40C4EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #40C4EA

Tints of Summer Sky #40C4EA

RGB

 RED value IS 64 (25.39% from 255) = 12.96%

 GREEN value IS 196 (76.95% from 255) = 39.68%

 BLUE value IS 234 (91.8% from 255) = 47.37%

R = 12.96%
G = 39.68%
B = 47.37%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40C4EA (or 0x40C4EA) is known color: Summer Sky. HEX triplet: 40, C4 and EA. RGB value is (64,196,234). Sum of RGB (Red+Green+Blue) = 64+196+234=494 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.96% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #40C4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C4EA is #BF3B15. Grayscale: #A0A0A0. Windows color (decimal): -12532502 or 15385664. OLE color: 15385664.

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

Color convert

RGB 64 196 234 -
CMYK 0.73 0.16 0 0.08
HSL 193.41º 0.8% 0.58% -
HSV(B) 193.41º 0.73% 0.92% -
XYZ 36.71 46.51 84.88 -
YUV 160.86 169.27 58.91 -
System Red Green Blue C M Y K H S L
Decimal 64 196 234 0.73 0.16 0 0.08 193.41 0.8 0.58
Hex 40 C4 EA 49 10 0 8 C1 50 3A
Octal 100 304 352 111 20 0 10 301 120 72
Binary 1000000 11000100 11101010 1001001 10000 0 1000 11000001 1010000 111010

Color Harmonies of #40C4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C4EA

Black with #40C4EA

Text Example


Text Example

White with #40C4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40C4EA;
 }
 .AnyTagClassName
 {
   color: #40C4EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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