Html Css Color HEX #40CCE6 Summer Sky

📋 copy color: '#40CCE6'

red 64 ◦ green 204 ◦ blue 230

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

Shades of Summer Sky #40CCE6

Tints of Summer Sky #40CCE6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.96%

 BLUE value IS 230 (90.23% from 255) = 46.18%

R = 12.85%
G = 40.96%
B = 46.18%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#40CCE6 (or 0x40CCE6) is known color: Summer Sky. HEX triplet: 40, CC and E6. RGB value is (64,204,230). Sum of RGB (Red+Green+Blue) = 64+204+230=498 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.85% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 230 - color contains mainly: blue. Hex color #40CCE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CCE6 is #BF3319. Grayscale: #A4A4A4. Windows color (decimal): -12530458 or 15125568. OLE color: 15125568.

HSL color Cylindrical-coordinate representation of color #40CCE6: hue angle of 189.4º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40CCE6 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 64 204 230 -
CMYK 0.72 0.11 0 0.10
HSL 189.4º 0.77% 0.58% -
HSV(B) 189.4º 0.72% 0.9% -
XYZ 37.99 49.99 82.51 -
YUV 165.1 164.62 55.89 -
System Red Green Blue C M Y K H S L
Decimal 64 204 230 0.72 0.11 0 0.10 189.4 0.77 0.58
Hex 40 CC E6 48 B 0 A BD 4D 3A
Octal 100 314 346 110 13 0 12 275 115 72
Binary 1000000 11001100 11100110 1001000 1011 0 1010 10111101 1001101 111010

Color Harmonies of #40CCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CCE6

Black with #40CCE6

Text Example


Text Example

White with #40CCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,204,230); }

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

background-color css

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

 a { background-color: rgb(64,204,230); }

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

border-color css

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

 span { border-color: rgb(64,204,230); }

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