Html Css Color HEX #40ADE0 Summer Sky

📋 copy color: '#40ADE0'

red 64 ◦ green 173 ◦ blue 224

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

Shades of Summer Sky #40ADE0

Tints of Summer Sky #40ADE0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.53%

 BLUE value IS 224 (87.89% from 255) = 48.59%

R = 13.88%
G = 37.53%
B = 48.59%

CMYK

 C value IS 0.71

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#40ADE0 (or 0x40ADE0) is known color: Summer Sky. HEX triplet: 40, AD and E0. RGB value is (64,173,224). Sum of RGB (Red+Green+Blue) = 64+173+224=461 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.88% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #40ADE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ADE0 is #BF521F. Grayscale: #919191. Windows color (decimal): -12538400 or 14724416. OLE color: 14724416.

HSL color Cylindrical-coordinate representation of color #40ADE0: hue angle of 199.12º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40ADE0 is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 173 224 -
CMYK 0.71 0.23 0 0.12
HSL 199.13º 0.72% 0.56% -
HSV(B) 199.13º 0.71% 0.88% -
XYZ 30.51 36.36 75.93 -
YUV 146.22 171.89 69.35 -
System Red Green Blue C M Y K H S L
Decimal 64 173 224 0.71 0.23 0 0.12 199.13 0.72 0.56
Hex 40 AD E0 47 17 0 C C7 48 38
Octal 100 255 340 107 27 0 14 307 110 70
Binary 1000000 10101101 11100000 1000111 10111 0 1100 11000111 1001000 111000

Color Harmonies of #40ADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ADE0

Black with #40ADE0

Text Example


Text Example

White with #40ADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,173,224); }

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

background-color css

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

 a { background-color: rgb(64,173,224); }

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

border-color css

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

 span { border-color: rgb(64,173,224); }

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