Html Css Color HEX #40AADA Summer Sky

📋 copy color: '#40AADA'

red 64 ◦ green 170 ◦ blue 218

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

Shades of Summer Sky #40AADA

Tints of Summer Sky #40AADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.23%

R = 14.16%
G = 37.61%
B = 48.23%

CMYK

 C value IS 0.71

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#40AADA (or 0x40AADA) is known color: Summer Sky. HEX triplet: 40, AA and DA. RGB value is (64,170,218). Sum of RGB (Red+Green+Blue) = 64+170+218=452 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.16% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #40AADA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AADA is #BF5525. Grayscale: #8F8F8F. Windows color (decimal): -12539174 or 14330432. OLE color: 14330432.

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

Color convert

RGB 64 170 218 -
CMYK 0.71 0.22 0 0.15
HSL 198.7º 0.68% 0.55% -
HSV(B) 198.7º 0.71% 0.85% -
XYZ 29.14 34.9 71.53 -
YUV 143.78 169.88 71.1 -
System Red Green Blue C M Y K H S L
Decimal 64 170 218 0.71 0.22 0 0.15 198.7 0.68 0.55
Hex 40 AA DA 47 16 0 F C7 44 37
Octal 100 252 332 107 26 0 17 307 104 67
Binary 1000000 10101010 11011010 1000111 10110 0 1111 11000111 1000100 110111

Color Harmonies of #40AADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AADA

Black with #40AADA

Text Example


Text Example

White with #40AADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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