Html Css Color HEX #40A5D1 Summer Sky

📋 copy color: '#40A5D1'

red 64 ◦ green 165 ◦ blue 209

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

Shades of Summer Sky #40A5D1

Tints of Summer Sky #40A5D1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.67%

 BLUE value IS 209 (82.03% from 255) = 47.72%

R = 14.61%
G = 37.67%
B = 47.72%

CMYK

 C value IS 0.69

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#40A5D1 (or 0x40A5D1) is known color: Summer Sky. HEX triplet: 40, A5 and D1. RGB value is (64,165,209). Sum of RGB (Red+Green+Blue) = 64+165+209=438 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.61% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #40A5D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A5D1 is #BF5A2E. Grayscale: #8B8B8B. Windows color (decimal): -12540463 or 13739328. OLE color: 13739328.

HSL color Cylindrical-coordinate representation of color #40A5D1: hue angle of 198.21º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40A5D1 is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 165 209 -
CMYK 0.69 0.21 0 0.18
HSL 198.21º 0.61% 0.54% -
HSV(B) 198.21º 0.69% 0.82% -
XYZ 27.08 32.6 65.19 -
YUV 139.82 167.04 73.92 -
System Red Green Blue C M Y K H S L
Decimal 64 165 209 0.69 0.21 0 0.18 198.21 0.61 0.54
Hex 40 A5 D1 45 15 0 12 C6 3D 36
Octal 100 245 321 105 25 0 22 306 75 66
Binary 1000000 10100101 11010001 1000101 10101 0 10010 11000110 111101 110110

Color Harmonies of #40A5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A5D1

Black with #40A5D1

Text Example


Text Example

White with #40A5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,165,209); }

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

background-color css

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

 a { background-color: rgb(64,165,209); }

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

border-color css

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

 span { border-color: rgb(64,165,209); }

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