Html Css Color HEX #40C6EB Summer Sky

📋 copy color: '#40C6EB'

red 64 ◦ green 198 ◦ blue 235

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

Shades of Summer Sky #40C6EB

Tints of Summer Sky #40C6EB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.84%

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

R = 12.88%
G = 39.84%
B = 47.28%

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

#40C6EB (or 0x40C6EB) is known color: Summer Sky. HEX triplet: 40, C6 and EB. RGB value is (64,198,235). Sum of RGB (Red+Green+Blue) = 64+198+235=497 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.88% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #40C6EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C6EB is #BF3914. Grayscale: #A1A1A1. Windows color (decimal): -12531989 or 15451712. OLE color: 15451712.

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

Color convert

RGB 64 198 235 -
CMYK 0.73 0.16 0 0.08
HSL 192.98º 0.81% 0.59% -
HSV(B) 192.98º 0.73% 0.92% -
XYZ 37.3 47.48 85.79 -
YUV 162.15 169.11 57.99 -
System Red Green Blue C M Y K H S L
Decimal 64 198 235 0.73 0.16 0 0.08 192.98 0.81 0.59
Hex 40 C6 EB 49 10 0 8 C1 51 3B
Octal 100 306 353 111 20 0 10 301 121 73
Binary 1000000 11000110 11101011 1001001 10000 0 1000 11000001 1010001 111011

Color Harmonies of #40C6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C6EB

Black with #40C6EB

Text Example


Text Example

White with #40C6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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