Html Css Color HEX #40ACF9 Summer Sky

📋 copy color: '#40ACF9'

red 64 ◦ green 172 ◦ blue 249

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

Shades of Summer Sky #40ACF9

Tints of Summer Sky #40ACF9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.46%

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

R = 13.2%
G = 35.46%
B = 51.34%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#40ACF9 (or 0x40ACF9) is known color: Summer Sky. HEX triplet: 40, AC and F9. RGB value is (64,172,249). Sum of RGB (Red+Green+Blue) = 64+172+249=485 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.20% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #40ACF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40ACF9 is #BF5306. Grayscale: #949494. Windows color (decimal): -12538631 or 16362560. OLE color: 16362560.

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

Color convert

RGB 64 172 249 -
CMYK 0.74 0.31 0 0.02
HSL 204.97º 0.94% 0.61% -
HSV(B) 204.97º 0.74% 0.98% -
XYZ 33.97 37.43 95.06 -
YUV 148.49 184.72 67.74 -
System Red Green Blue C M Y K H S L
Decimal 64 172 249 0.74 0.31 0 0.02 204.97 0.94 0.61
Hex 40 AC F9 4A 1F 0 2 CD 5E 3D
Octal 100 254 371 112 37 0 2 315 136 75
Binary 1000000 10101100 11111001 1001010 11111 0 10 11001101 1011110 111101

Color Harmonies of #40ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ACF9

Black with #40ACF9

Text Example


Text Example

White with #40ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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