Html Css Color HEX #40C8EA Summer Sky

📋 copy color: '#40C8EA'

red 64 ◦ green 200 ◦ blue 234

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

Shades of Summer Sky #40C8EA

Tints of Summer Sky #40C8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.99%

R = 12.85%
G = 40.16%
B = 46.99%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40C8EA (or 0x40C8EA) is known color: Summer Sky. HEX triplet: 40, C8 and EA. RGB value is (64,200,234). Sum of RGB (Red+Green+Blue) = 64+200+234=498 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.85% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #40C8EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C8EA is #BF3715. Grayscale: #A2A2A2. Windows color (decimal): -12531478 or 15386688. OLE color: 15386688.

HSL color Cylindrical-coordinate representation of color #40C8EA: hue angle of 192º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40C8EA is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 200 234 -
CMYK 0.73 0.15 0 0.08
HSL 192º 0.8% 0.58% -
HSV(B) 192º 0.73% 0.92% -
XYZ 37.62 48.34 85.19 -
YUV 163.21 167.94 57.24 -
System Red Green Blue C M Y K H S L
Decimal 64 200 234 0.73 0.15 0 0.08 192 0.8 0.58
Hex 40 C8 EA 49 F 0 8 C0 50 3A
Octal 100 310 352 111 17 0 10 300 120 72
Binary 1000000 11001000 11101010 1001001 1111 0 1000 11000000 1010000 111010

Color Harmonies of #40C8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C8EA

Black with #40C8EA

Text Example


Text Example

White with #40C8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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