Html Css Color HEX #40AEEF Summer Sky

📋 copy color: '#40AEEF'

red 64 ◦ green 174 ◦ blue 239

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

Shades of Summer Sky #40AEEF

Tints of Summer Sky #40AEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.1%

R = 13.42%
G = 36.48%
B = 50.1%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#40AEEF (or 0x40AEEF) is known color: Summer Sky. HEX triplet: 40, AE and EF. RGB value is (64,174,239). Sum of RGB (Red+Green+Blue) = 64+174+239=477 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.42% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #40AEEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40AEEF is #BF5110. Grayscale: #949494. Windows color (decimal): -12538129 or 15707712. OLE color: 15707712.

HSL color Cylindrical-coordinate representation of color #40AEEF: hue angle of 202.29º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40AEEF is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 174 239 -
CMYK 0.73 0.27 0 0.06
HSL 202.29º 0.85% 0.59% -
HSV(B) 202.29º 0.73% 0.94% -
XYZ 32.83 37.59 87.19 -
YUV 148.52 179.06 67.71 -
System Red Green Blue C M Y K H S L
Decimal 64 174 239 0.73 0.27 0 0.06 202.29 0.85 0.59
Hex 40 AE EF 49 1B 0 6 CA 55 3B
Octal 100 256 357 111 33 0 6 312 125 73
Binary 1000000 10101110 11101111 1001001 11011 0 110 11001010 1010101 111011

Color Harmonies of #40AEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AEEF

Black with #40AEEF

Text Example


Text Example

White with #40AEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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