Html Css Color HEX #40C2DC Summer Sky

📋 copy color: '#40C2DC'

red 64 ◦ green 194 ◦ blue 220

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

Shades of Summer Sky #40C2DC

Tints of Summer Sky #40C2DC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.59%

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 13.39%
G = 40.59%
B = 46.03%

CMYK

 C value IS 0.71

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#40C2DC (or 0x40C2DC) is known color: Summer Sky. HEX triplet: 40, C2 and DC. RGB value is (64,194,220). Sum of RGB (Red+Green+Blue) = 64+194+220=478 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.39% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #40C2DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C2DC is #BF3D23. Grayscale: #9D9D9D. Windows color (decimal): -12533028 or 14467648. OLE color: 14467648.

HSL color Cylindrical-coordinate representation of color #40C2DC: hue angle of 190º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40C2DC is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 194 220 -
CMYK 0.71 0.12 0 0.14
HSL 190º 0.69% 0.56% -
HSV(B) 190º 0.71% 0.86% -
XYZ 34.32 44.84 74.56 -
YUV 158.09 162.93 60.89 -
System Red Green Blue C M Y K H S L
Decimal 64 194 220 0.71 0.12 0 0.14 190 0.69 0.56
Hex 40 C2 DC 47 C 0 E BE 45 38
Octal 100 302 334 107 14 0 16 276 105 70
Binary 1000000 11000010 11011100 1000111 1100 0 1110 10111110 1000101 111000

Color Harmonies of #40C2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C2DC

Black with #40C2DC

Text Example


Text Example

White with #40C2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,194,220); }

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

background-color css

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

 a { background-color: rgb(64,194,220); }

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

border-color css

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

 span { border-color: rgb(64,194,220); }

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