Html Css Color HEX #40C8EC Summer Sky

📋 copy color: '#40C8EC'

red 64 ◦ green 200 ◦ blue 236

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

Shades of Summer Sky #40C8EC

Tints of Summer Sky #40C8EC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40%

 BLUE value IS 236 (92.58% from 255) = 47.2%

R = 12.8%
G = 40%
B = 47.2%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#40C8EC (or 0x40C8EC) is known color: Summer Sky. HEX triplet: 40, C8 and EC. RGB value is (64,200,236). Sum of RGB (Red+Green+Blue) = 64+200+236=500 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.8% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #40C8EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C8EC is #BF3713. Grayscale: #A3A3A3. Windows color (decimal): -12531476 or 15517760. OLE color: 15517760.

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

Color convert

RGB 64 200 236 -
CMYK 0.73 0.15 0 0.07
HSL 192.56º 0.82% 0.59% -
HSV(B) 192.56º 0.73% 0.93% -
XYZ 37.91 48.45 86.71 -
YUV 163.44 168.94 57.07 -
System Red Green Blue C M Y K H S L
Decimal 64 200 236 0.73 0.15 0 0.07 192.56 0.82 0.59
Hex 40 C8 EC 49 F 0 7 C1 52 3B
Octal 100 310 354 111 17 0 7 301 122 73
Binary 1000000 11001000 11101100 1001001 1111 0 111 11000001 1010010 111011

Color Harmonies of #40C8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C8EC

Black with #40C8EC

Text Example


Text Example

White with #40C8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,200,236); }

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

background-color css

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

 a { background-color: rgb(64,200,236); }

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

border-color css

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

 span { border-color: rgb(64,200,236); }

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