Html Css Color HEX #40ACE0 Summer Sky

📋 copy color: '#40ACE0'

red 64 ◦ green 172 ◦ blue 224

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

Shades of Summer Sky #40ACE0

Tints of Summer Sky #40ACE0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.39%

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

R = 13.91%
G = 37.39%
B = 48.7%

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

#40ACE0 (or 0x40ACE0) is known color: Summer Sky. HEX triplet: 40, AC and E0. RGB value is (64,172,224). Sum of RGB (Red+Green+Blue) = 64+172+224=460 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.91% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #40ACE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ACE0 is #BF531F. Grayscale: #919191. Windows color (decimal): -12538656 or 14724160. OLE color: 14724160.

HSL color Cylindrical-coordinate representation of color #40ACE0: hue angle of 199.5º 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 #40ACE0 is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 172 224 -
CMYK 0.71 0.23 0 0.12
HSL 199.5º 0.72% 0.56% -
HSV(B) 199.5º 0.71% 0.88% -
XYZ 30.32 35.98 75.87 -
YUV 145.64 172.22 69.77 -
System Red Green Blue C M Y K H S L
Decimal 64 172 224 0.71 0.23 0 0.12 199.5 0.72 0.56
Hex 40 AC E0 47 17 0 C C8 48 38
Octal 100 254 340 107 27 0 14 310 110 70
Binary 1000000 10101100 11100000 1000111 10111 0 1100 11001000 1001000 111000

Color Harmonies of #40ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ACE0

Black with #40ACE0

Text Example


Text Example

White with #40ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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