Html Css Color HEX #40ADEE Summer Sky

📋 copy color: '#40ADEE'

red 64 ◦ green 173 ◦ blue 238

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

Shades of Summer Sky #40ADEE

Tints of Summer Sky #40ADEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.11%

R = 13.47%
G = 36.42%
B = 50.11%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#40ADEE (or 0x40ADEE) is known color: Summer Sky. HEX triplet: 40, AD and EE. RGB value is (64,173,238). Sum of RGB (Red+Green+Blue) = 64+173+238=475 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.47% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #40ADEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40ADEE is #BF5211. Grayscale: #939393. Windows color (decimal): -12538386 or 15641920. OLE color: 15641920.

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

Color convert

RGB 64 173 238 -
CMYK 0.73 0.27 0 0.07
HSL 202.41º 0.84% 0.59% -
HSV(B) 202.41º 0.73% 0.93% -
XYZ 32.49 37.15 86.35 -
YUV 147.82 178.89 68.21 -
System Red Green Blue C M Y K H S L
Decimal 64 173 238 0.73 0.27 0 0.07 202.41 0.84 0.59
Hex 40 AD EE 49 1B 0 7 CA 54 3B
Octal 100 255 356 111 33 0 7 312 124 73
Binary 1000000 10101101 11101110 1001001 11011 0 111 11001010 1010100 111011

Color Harmonies of #40ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ADEE

Black with #40ADEE

Text Example


Text Example

White with #40ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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