Html Css Color HEX #40A8EA Summer Sky

📋 copy color: '#40A8EA'

red 64 ◦ green 168 ◦ blue 234

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

Shades of Summer Sky #40A8EA

Tints of Summer Sky #40A8EA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.05%

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

R = 13.73%
G = 36.05%
B = 50.21%

CMYK

 C value IS 0.73

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40A8EA (or 0x40A8EA) is known color: Summer Sky. HEX triplet: 40, A8 and EA. RGB value is (64,168,234). Sum of RGB (Red+Green+Blue) = 64+168+234=466 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.73% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #40A8EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A8EA is #BF5715. Grayscale: #909090. Windows color (decimal): -12539670 or 15378496. OLE color: 15378496.

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

Color convert

RGB 64 168 234 -
CMYK 0.73 0.28 0 0.08
HSL 203.29º 0.8% 0.58% -
HSV(B) 203.29º 0.73% 0.92% -
XYZ 30.97 35.04 82.97 -
YUV 144.43 178.54 70.63 -
System Red Green Blue C M Y K H S L
Decimal 64 168 234 0.73 0.28 0 0.08 203.29 0.8 0.58
Hex 40 A8 EA 49 1C 0 8 CB 50 3A
Octal 100 250 352 111 34 0 10 313 120 72
Binary 1000000 10101000 11101010 1001001 11100 0 1000 11001011 1010000 111010

Color Harmonies of #40A8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A8EA

Black with #40A8EA

Text Example


Text Example

White with #40A8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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