Html Css Color HEX #40C0EA Summer Sky

📋 copy color: '#40C0EA'

red 64 ◦ green 192 ◦ blue 234

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

Shades of Summer Sky #40C0EA

Tints of Summer Sky #40C0EA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.18%

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

R = 13.06%
G = 39.18%
B = 47.76%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40C0EA (or 0x40C0EA) is known color: Summer Sky. HEX triplet: 40, C0 and EA. RGB value is (64,192,234). Sum of RGB (Red+Green+Blue) = 64+192+234=490 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.06% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #40C0EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C0EA is #BF3F15. Grayscale: #9E9E9E. Windows color (decimal): -12533526 or 15384640. OLE color: 15384640.

HSL color Cylindrical-coordinate representation of color #40C0EA: hue angle of 194.82º 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 #40C0EA is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 192 234 -
CMYK 0.73 0.18 0 0.08
HSL 194.82º 0.8% 0.58% -
HSV(B) 194.82º 0.73% 0.92% -
XYZ 35.82 44.73 84.59 -
YUV 158.52 170.59 60.58 -
System Red Green Blue C M Y K H S L
Decimal 64 192 234 0.73 0.18 0 0.08 194.82 0.8 0.58
Hex 40 C0 EA 49 12 0 8 C3 50 3A
Octal 100 300 352 111 22 0 10 303 120 72
Binary 1000000 11000000 11101010 1001001 10010 0 1000 11000011 1010000 111010

Color Harmonies of #40C0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C0EA

Black with #40C0EA

Text Example


Text Example

White with #40C0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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