Html Css Color HEX #40A4FA Summer Sky

📋 copy color: '#40A4FA'

red 64 ◦ green 164 ◦ blue 250

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

Shades of Summer Sky #40A4FA

Tints of Summer Sky #40A4FA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.31%

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

R = 13.39%
G = 34.31%
B = 52.3%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#40A4FA (or 0x40A4FA) is known color: Summer Sky. HEX triplet: 40, A4 and FA. RGB value is (64,164,250). Sum of RGB (Red+Green+Blue) = 64+164+250=478 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.39% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #40A4FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A4FA is #BF5B05. Grayscale: #8F8F8F. Windows color (decimal): -12540678 or 16426048. OLE color: 16426048.

HSL color Cylindrical-coordinate representation of color #40A4FA: hue angle of 207.74º 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 #40A4FA is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 164 250 -
CMYK 0.74 0.34 0 0.02
HSL 207.74º 0.95% 0.62% -
HSV(B) 207.74º 0.74% 0.98% -
XYZ 32.65 34.54 95.39 -
YUV 143.9 187.87 71.01 -
System Red Green Blue C M Y K H S L
Decimal 64 164 250 0.74 0.34 0 0.02 207.74 0.95 0.62
Hex 40 A4 FA 4A 22 0 2 D0 5F 3E
Octal 100 244 372 112 42 0 2 320 137 76
Binary 1000000 10100100 11111010 1001010 100010 0 10 11010000 1011111 111110

Color Harmonies of #40A4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A4FA

Black with #40A4FA

Text Example


Text Example

White with #40A4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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