Html Css Color HEX #40AADD Summer Sky

📋 copy color: '#40AADD'

red 64 ◦ green 170 ◦ blue 221

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

Shades of Summer Sky #40AADD

Tints of Summer Sky #40AADD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.36%

 BLUE value IS 221 (86.72% from 255) = 48.57%

R = 14.07%
G = 37.36%
B = 48.57%

CMYK

 C value IS 0.71

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#40AADD (or 0x40AADD) is known color: Summer Sky. HEX triplet: 40, AA and DD. RGB value is (64,170,221). Sum of RGB (Red+Green+Blue) = 64+170+221=455 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.07% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #40AADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AADD is #BF5522. Grayscale: #8F8F8F. Windows color (decimal): -12539171 or 14527040. OLE color: 14527040.

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

Color convert

RGB 64 170 221 -
CMYK 0.71 0.23 0 0.13
HSL 199.49º 0.7% 0.56% -
HSV(B) 199.49º 0.71% 0.87% -
XYZ 29.54 35.06 73.62 -
YUV 144.12 171.38 70.85 -
System Red Green Blue C M Y K H S L
Decimal 64 170 221 0.71 0.23 0 0.13 199.49 0.7 0.56
Hex 40 AA DD 47 17 0 D C7 46 38
Octal 100 252 335 107 27 0 15 307 106 70
Binary 1000000 10101010 11011101 1000111 10111 0 1101 11000111 1000110 111000

Color Harmonies of #40AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AADD

Black with #40AADD

Text Example


Text Example

White with #40AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,170,221); }

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

background-color css

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

 a { background-color: rgb(64,170,221); }

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

border-color css

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

 span { border-color: rgb(64,170,221); }

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