Html Css Color HEX #40C2EF Summer Sky

📋 copy color: '#40C2EF'

red 64 ◦ green 194 ◦ blue 239

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

Shades of Summer Sky #40C2EF

Tints of Summer Sky #40C2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.09%

R = 12.88%
G = 39.03%
B = 48.09%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#40C2EF (or 0x40C2EF) is known color: Summer Sky. HEX triplet: 40, C2 and EF. RGB value is (64,194,239). Sum of RGB (Red+Green+Blue) = 64+194+239=497 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.88% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #40C2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C2EF is #BF3D10. Grayscale: #9F9F9F. Windows color (decimal): -12533009 or 15712832. OLE color: 15712832.

HSL color Cylindrical-coordinate representation of color #40C2EF: hue angle of 195.43º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40C2EF is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 194 239 -
CMYK 0.73 0.19 0 0.06
HSL 195.43º 0.85% 0.59% -
HSV(B) 195.43º 0.73% 0.94% -
XYZ 36.99 45.91 88.57 -
YUV 160.26 172.43 59.34 -
System Red Green Blue C M Y K H S L
Decimal 64 194 239 0.73 0.19 0 0.06 195.43 0.85 0.59
Hex 40 C2 EF 49 13 0 6 C3 55 3B
Octal 100 302 357 111 23 0 6 303 125 73
Binary 1000000 11000010 11101111 1001001 10011 0 110 11000011 1010101 111011

Color Harmonies of #40C2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C2EF

Black with #40C2EF

Text Example


Text Example

White with #40C2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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