Html Css Color HEX #40ACFC Summer Sky

📋 copy color: '#40ACFC'

red 64 ◦ green 172 ◦ blue 252

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

Shades of Summer Sky #40ACFC

Tints of Summer Sky #40ACFC

RGB

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

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

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

R = 13.11%
G = 35.25%
B = 51.64%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#40ACFC (or 0x40ACFC) is known color: Summer Sky. HEX triplet: 40, AC and FC. RGB value is (64,172,252). Sum of RGB (Red+Green+Blue) = 64+172+252=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #40ACFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40ACFC is #BF5303. Grayscale: #949494. Windows color (decimal): -12538628 or 16559168. OLE color: 16559168.

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

Color convert

RGB 64 172 252 -
CMYK 0.75 0.32 0 0.01
HSL 205.53º 0.97% 0.62% -
HSV(B) 205.53º 0.75% 0.99% -
XYZ 34.44 37.62 97.54 -
YUV 148.83 186.22 67.5 -
System Red Green Blue C M Y K H S L
Decimal 64 172 252 0.75 0.32 0 0.01 205.53 0.97 0.62
Hex 40 AC FC 4B 20 0 1 CE 61 3E
Octal 100 254 374 113 40 0 1 316 141 76
Binary 1000000 10101100 11111100 1001011 100000 0 1 11001110 1100001 111110

Color Harmonies of #40ACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ACFC

Black with #40ACFC

Text Example


Text Example

White with #40ACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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