Html Css Color HEX #40AADB Summer Sky

📋 copy color: '#40AADB'

red 64 ◦ green 170 ◦ blue 219

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

Shades of Summer Sky #40AADB

Tints of Summer Sky #40AADB

RGB

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

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

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

R = 14.13%
G = 37.53%
B = 48.34%

CMYK

 C value IS 0.71

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#40AADB (or 0x40AADB) is known color: Summer Sky. HEX triplet: 40, AA and DB. RGB value is (64,170,219). Sum of RGB (Red+Green+Blue) = 64+170+219=453 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.13% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #40AADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AADB is #BF5524. Grayscale: #8F8F8F. Windows color (decimal): -12539173 or 14395968. OLE color: 14395968.

HSL color Cylindrical-coordinate representation of color #40AADB: hue angle of 198.97º 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 #40AADB is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 170 219 -
CMYK 0.71 0.22 0 0.14
HSL 198.97º 0.68% 0.55% -
HSV(B) 198.97º 0.71% 0.86% -
XYZ 29.28 34.95 72.22 -
YUV 143.89 170.38 71.02 -
System Red Green Blue C M Y K H S L
Decimal 64 170 219 0.71 0.22 0 0.14 198.97 0.68 0.55
Hex 40 AA DB 47 16 0 E C7 44 37
Octal 100 252 333 107 26 0 16 307 104 67
Binary 1000000 10101010 11011011 1000111 10110 0 1110 11000111 1000100 110111

Color Harmonies of #40AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AADB

Black with #40AADB

Text Example


Text Example

White with #40AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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