Html Css Color HEX #40A3EC Summer Sky

📋 copy color: '#40A3EC'

red 64 ◦ green 163 ◦ blue 236

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

Shades of Summer Sky #40A3EC

Tints of Summer Sky #40A3EC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.21%

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

R = 13.82%
G = 35.21%
B = 50.97%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#40A3EC (or 0x40A3EC) is known color: Summer Sky. HEX triplet: 40, A3 and EC. RGB value is (64,163,236). Sum of RGB (Red+Green+Blue) = 64+163+236=463 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.82% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #40A3EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A3EC is #BF5C13. Grayscale: #8D8D8D. Windows color (decimal): -12540948 or 15508288. OLE color: 15508288.

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

Color convert

RGB 64 163 236 -
CMYK 0.73 0.31 0 0.07
HSL 205.47º 0.82% 0.59% -
HSV(B) 205.47º 0.73% 0.93% -
XYZ 30.35 33.34 84.19 -
YUV 141.72 181.2 72.56 -
System Red Green Blue C M Y K H S L
Decimal 64 163 236 0.73 0.31 0 0.07 205.47 0.82 0.59
Hex 40 A3 EC 49 1F 0 7 CD 52 3B
Octal 100 243 354 111 37 0 7 315 122 73
Binary 1000000 10100011 11101100 1001001 11111 0 111 11001101 1010010 111011

Color Harmonies of #40A3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A3EC

Black with #40A3EC

Text Example


Text Example

White with #40A3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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