Html Css Color HEX #40C7EA Summer Sky

📋 copy color: '#40C7EA'

red 64 ◦ green 199 ◦ blue 234

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

Shades of Summer Sky #40C7EA

Tints of Summer Sky #40C7EA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.04%

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

R = 12.88%
G = 40.04%
B = 47.08%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40C7EA (or 0x40C7EA) is known color: Summer Sky. HEX triplet: 40, C7 and EA. RGB value is (64,199,234). Sum of RGB (Red+Green+Blue) = 64+199+234=497 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.88% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #40C7EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C7EA is #BF3815. Grayscale: #A2A2A2. Windows color (decimal): -12531734 or 15386432. OLE color: 15386432.

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

Color convert

RGB 64 199 234 -
CMYK 0.73 0.15 0 0.08
HSL 192.35º 0.8% 0.58% -
HSV(B) 192.35º 0.73% 0.92% -
XYZ 37.39 47.88 85.11 -
YUV 162.63 168.27 57.65 -
System Red Green Blue C M Y K H S L
Decimal 64 199 234 0.73 0.15 0 0.08 192.35 0.8 0.58
Hex 40 C7 EA 49 F 0 8 C0 50 3A
Octal 100 307 352 111 17 0 10 300 120 72
Binary 1000000 11000111 11101010 1001001 1111 0 1000 11000000 1010000 111010

Color Harmonies of #40C7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C7EA

Black with #40C7EA

Text Example


Text Example

White with #40C7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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