Html Css Color HEX #40AEDB Summer Sky

📋 copy color: '#40AEDB'

red 64 ◦ green 174 ◦ blue 219

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

Shades of Summer Sky #40AEDB

Tints of Summer Sky #40AEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.07%

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 14%
G = 38.07%
B = 47.92%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#40AEDB (or 0x40AEDB) is known color: Summer Sky. HEX triplet: 40, AE and DB. RGB value is (64,174,219). Sum of RGB (Red+Green+Blue) = 64+174+219=457 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.00% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #40AEDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AEDB is #BF5124. Grayscale: #919191. Windows color (decimal): -12538149 or 14396992. OLE color: 14396992.

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

Color convert

RGB 64 174 219 -
CMYK 0.71 0.21 0 0.14
HSL 197.42º 0.68% 0.55% -
HSV(B) 197.42º 0.71% 0.86% -
XYZ 30.04 36.48 72.48 -
YUV 146.24 169.06 69.34 -
System Red Green Blue C M Y K H S L
Decimal 64 174 219 0.71 0.21 0 0.14 197.42 0.68 0.55
Hex 40 AE DB 47 15 0 E C5 44 37
Octal 100 256 333 107 25 0 16 305 104 67
Binary 1000000 10101110 11011011 1000111 10101 0 1110 11000101 1000100 110111

Color Harmonies of #40AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AEDB

Black with #40AEDB

Text Example


Text Example

White with #40AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,174,219); }

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

background-color css

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

 a { background-color: rgb(64,174,219); }

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

border-color css

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

 span { border-color: rgb(64,174,219); }

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