Html Css Color HEX #40ACFF Summer Sky

📋 copy color: '#40ACFF'

red 64 ◦ green 172 ◦ blue 255

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

Shades of Summer Sky #40ACFF

Tints of Summer Sky #40ACFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.93%

R = 13.03%
G = 35.03%
B = 51.93%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#40ACFF (or 0x40ACFF) is known color: Summer Sky. HEX triplet: 40, AC and FF. RGB value is (64,172,255). Sum of RGB (Red+Green+Blue) = 64+172+255=491 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.03% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #40ACFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40ACFF is #BF5300. Grayscale: #949494. Windows color (decimal): -12538625 or 16755776. OLE color: 16755776.

HSL color Cylindrical-coordinate representation of color #40ACFF: hue angle of 206.07º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40ACFF is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 64 172 255 -
CMYK 0.75 0.33 0 0
HSL 206.07º 1% 0.63% -
HSV(B) 206.07º 0.75% 1% -
XYZ 34.92 37.82 100.07 -
YUV 149.17 187.72 67.25 -
System Red Green Blue C M Y K H S L
Decimal 64 172 255 0.75 0.33 0 0 206.07 1 0.63
Hex 40 AC FF 4B 21 0 0 CE 64 3F
Octal 100 254 377 113 41 0 0 316 144 77
Binary 1000000 10101100 11111111 1001011 100001 0 0 11001110 1100100 111111

Color Harmonies of #40ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ACFF

Black with #40ACFF

Text Example


Text Example

White with #40ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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