Html Css Color HEX #40C7EB Summer Sky

📋 copy color: '#40C7EB'

red 64 ◦ green 199 ◦ blue 235

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

Shades of Summer Sky #40C7EB

Tints of Summer Sky #40C7EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 12.85%
G = 39.96%
B = 47.19%

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

#40C7EB (or 0x40C7EB) is known color: Summer Sky. HEX triplet: 40, C7 and EB. RGB value is (64,199,235). Sum of RGB (Red+Green+Blue) = 64+199+235=498 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.85% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #40C7EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C7EB is #BF3814. Grayscale: #A2A2A2. Windows color (decimal): -12531733 or 15451968. OLE color: 15451968.

HSL color Cylindrical-coordinate representation of color #40C7EB: hue angle of 192.63º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40C7EB is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 199 235 -
CMYK 0.73 0.15 0 0.08
HSL 192.63º 0.81% 0.59% -
HSV(B) 192.63º 0.73% 0.92% -
XYZ 37.53 47.94 85.87 -
YUV 162.74 168.77 57.57 -
System Red Green Blue C M Y K H S L
Decimal 64 199 235 0.73 0.15 0 0.08 192.63 0.81 0.59
Hex 40 C7 EB 49 F 0 8 C1 51 3B
Octal 100 307 353 111 17 0 10 301 121 73
Binary 1000000 11000111 11101011 1001001 1111 0 1000 11000001 1010001 111011

Color Harmonies of #40C7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C7EB

Black with #40C7EB

Text Example


Text Example

White with #40C7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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