Html Css Color HEX #40A9FC Summer Sky

📋 copy color: '#40A9FC'

red 64 ◦ green 169 ◦ blue 252

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

Shades of Summer Sky #40A9FC

Tints of Summer Sky #40A9FC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.85%

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

R = 13.2%
G = 34.85%
B = 51.96%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#40A9FC (or 0x40A9FC) is known color: Summer Sky. HEX triplet: 40, A9 and FC. RGB value is (64,169,252). Sum of RGB (Red+Green+Blue) = 64+169+252=485 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.20% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #40A9FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40A9FC is #BF5603. Grayscale: #929292. Windows color (decimal): -12539396 or 16558400. OLE color: 16558400.

HSL color Cylindrical-coordinate representation of color #40A9FC: hue angle of 206.49º 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 #40A9FC is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 169 252 -
CMYK 0.75 0.33 0 0.01
HSL 206.49º 0.97% 0.62% -
HSV(B) 206.49º 0.75% 0.99% -
XYZ 33.87 36.49 97.35 -
YUV 147.07 187.21 68.75 -
System Red Green Blue C M Y K H S L
Decimal 64 169 252 0.75 0.33 0 0.01 206.49 0.97 0.62
Hex 40 A9 FC 4B 21 0 1 CE 61 3E
Octal 100 251 374 113 41 0 1 316 141 76
Binary 1000000 10101001 11111100 1001011 100001 0 1 11001110 1100001 111110

Color Harmonies of #40A9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A9FC

Black with #40A9FC

Text Example


Text Example

White with #40A9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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