Html Css Color HEX #40A1EA Summer Sky

📋 copy color: '#40A1EA'

red 64 ◦ green 161 ◦ blue 234

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

Shades of Summer Sky #40A1EA

Tints of Summer Sky #40A1EA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.08%

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

R = 13.94%
G = 35.08%
B = 50.98%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40A1EA (or 0x40A1EA) is known color: Summer Sky. HEX triplet: 40, A1 and EA. RGB value is (64,161,234). Sum of RGB (Red+Green+Blue) = 64+161+234=459 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.94% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #40A1EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A1EA is #BF5E15. Grayscale: #8B8B8B. Windows color (decimal): -12541462 or 15376704. OLE color: 15376704.

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

Color convert

RGB 64 161 234 -
CMYK 0.73 0.31 0 0.08
HSL 205.76º 0.8% 0.58% -
HSV(B) 205.76º 0.73% 0.92% -
XYZ 29.71 32.52 82.55 -
YUV 140.32 180.86 73.56 -
System Red Green Blue C M Y K H S L
Decimal 64 161 234 0.73 0.31 0 0.08 205.76 0.8 0.58
Hex 40 A1 EA 49 1F 0 8 CE 50 3A
Octal 100 241 352 111 37 0 10 316 120 72
Binary 1000000 10100001 11101010 1001001 11111 0 1000 11001110 1010000 111010

Color Harmonies of #40A1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A1EA

Black with #40A1EA

Text Example


Text Example

White with #40A1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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