Html Css Color HEX #40A2DA Summer Sky

📋 copy color: '#40A2DA'

red 64 ◦ green 162 ◦ blue 218

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

Shades of Summer Sky #40A2DA

Tints of Summer Sky #40A2DA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.49%

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 14.41%
G = 36.49%
B = 49.1%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#40A2DA (or 0x40A2DA) is known color: Summer Sky. HEX triplet: 40, A2 and DA. RGB value is (64,162,218). Sum of RGB (Red+Green+Blue) = 64+162+218=444 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.41% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #40A2DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A2DA is #BF5D25. Grayscale: #8A8A8A. Windows color (decimal): -12541222 or 14328384. OLE color: 14328384.

HSL color Cylindrical-coordinate representation of color #40A2DA: hue angle of 201.82º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40A2DA is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 162 218 -
CMYK 0.71 0.26 0 0.15
HSL 201.82º 0.68% 0.55% -
HSV(B) 201.82º 0.71% 0.85% -
XYZ 27.69 31.99 71.05 -
YUV 139.08 172.53 74.45 -
System Red Green Blue C M Y K H S L
Decimal 64 162 218 0.71 0.26 0 0.15 201.82 0.68 0.55
Hex 40 A2 DA 47 1A 0 F CA 44 37
Octal 100 242 332 107 32 0 17 312 104 67
Binary 1000000 10100010 11011010 1000111 11010 0 1111 11001010 1000100 110111

Color Harmonies of #40A2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A2DA

Black with #40A2DA

Text Example


Text Example

White with #40A2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,162,218); }

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

background-color css

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

 a { background-color: rgb(64,162,218); }

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

border-color css

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

 span { border-color: rgb(64,162,218); }

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