Html Css Color HEX #40AAF9 Summer Sky

📋 copy color: '#40AAF9'

red 64 ◦ green 170 ◦ blue 249

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

Shades of Summer Sky #40AAF9

Tints of Summer Sky #40AAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 51.55%

R = 13.25%
G = 35.2%
B = 51.55%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#40AAF9 (or 0x40AAF9) is known color: Summer Sky. HEX triplet: 40, AA and F9. RGB value is (64,170,249). Sum of RGB (Red+Green+Blue) = 64+170+249=483 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.25% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 249 (97.66% from 255 or 51.55% from 483); Max value from RGB is 249 - color contains mainly: blue. Hex color #40AAF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40AAF9 is #BF5506. Grayscale: #929292. Windows color (decimal): -12539143 or 16362048. OLE color: 16362048.

HSL color Cylindrical-coordinate representation of color #40AAF9: hue angle of 205.62º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40AAF9 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 170 249 -
CMYK 0.74 0.32 0 0.02
HSL 205.62º 0.94% 0.61% -
HSV(B) 205.62º 0.74% 0.98% -
XYZ 33.59 36.68 94.93 -
YUV 147.31 185.38 68.58 -
System Red Green Blue C M Y K H S L
Decimal 64 170 249 0.74 0.32 0 0.02 205.62 0.94 0.61
Hex 40 AA F9 4A 20 0 2 CE 5E 3D
Octal 100 252 371 112 40 0 2 316 136 75
Binary 1000000 10101010 11111001 1001010 100000 0 10 11001110 1011110 111101

Color Harmonies of #40AAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AAF9

Black with #40AAF9

Text Example


Text Example

White with #40AAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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