Html Css Color HEX #40A3FC Summer Sky

📋 copy color: '#40A3FC'

red 64 ◦ green 163 ◦ blue 252

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

Shades of Summer Sky #40A3FC

Tints of Summer Sky #40A3FC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.03%

 BLUE value IS 252 (98.83% from 255) = 52.61%

R = 13.36%
G = 34.03%
B = 52.61%

CMYK

 C value IS 0.75

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#40A3FC (or 0x40A3FC) is known color: Summer Sky. HEX triplet: 40, A3 and FC. RGB value is (64,163,252). Sum of RGB (Red+Green+Blue) = 64+163+252=479 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.36% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #40A3FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A3FC is #BF5C03. Grayscale: #8F8F8F. Windows color (decimal): -12540932 or 16556864. OLE color: 16556864.

HSL color Cylindrical-coordinate representation of color #40A3FC: hue angle of 208.4º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40A3FC is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 163 252 -
CMYK 0.75 0.35 0 0.01
HSL 208.4º 0.97% 0.62% -
HSV(B) 208.4º 0.75% 0.99% -
XYZ 32.78 34.31 96.99 -
YUV 143.55 189.2 71.26 -
System Red Green Blue C M Y K H S L
Decimal 64 163 252 0.75 0.35 0 0.01 208.4 0.97 0.62
Hex 40 A3 FC 4B 23 0 1 D0 61 3E
Octal 100 243 374 113 43 0 1 320 141 76
Binary 1000000 10100011 11111100 1001011 100011 0 1 11010000 1100001 111110

Color Harmonies of #40A3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A3FC

Black with #40A3FC

Text Example


Text Example

White with #40A3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,163,252); }

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

background-color css

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

 a { background-color: rgb(64,163,252); }

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

border-color css

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

 span { border-color: rgb(64,163,252); }

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