Html Css Color HEX #40AAFA Summer Sky

📋 copy color: '#40AAFA'

red 64 ◦ green 170 ◦ blue 250

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

Shades of Summer Sky #40AAFA

Tints of Summer Sky #40AAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.65%

R = 13.22%
G = 35.12%
B = 51.65%

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

#40AAFA (or 0x40AAFA) is known color: Summer Sky. HEX triplet: 40, AA and FA. RGB value is (64,170,250). Sum of RGB (Red+Green+Blue) = 64+170+250=484 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.22% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #40AAFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40AAFA is #BF5505. Grayscale: #939393. Windows color (decimal): -12539142 or 16427584. OLE color: 16427584.

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

Color convert

RGB 64 170 250 -
CMYK 0.74 0.32 0 0.02
HSL 205.81º 0.95% 0.62% -
HSV(B) 205.81º 0.74% 0.98% -
XYZ 33.74 36.74 95.76 -
YUV 147.43 185.88 68.5 -
System Red Green Blue C M Y K H S L
Decimal 64 170 250 0.74 0.32 0 0.02 205.81 0.95 0.62
Hex 40 AA FA 4A 20 0 2 CE 5F 3E
Octal 100 252 372 112 40 0 2 316 137 76
Binary 1000000 10101010 11111010 1001010 100000 0 10 11001110 1011111 111110

Color Harmonies of #40AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AAFA

Black with #40AAFA

Text Example


Text Example

White with #40AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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