#40ACFB

Color #40ACFB Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #40ACFB

Tints of Summer Sky #40ACFB

Color information

#40ACFB (or 0x40ACFB) is unknown color: approx Summer Sky. HEX triplet: 40, AC and FB. RGB value is (64,172,251). Sum of RGB (Red+Green+Blue) = 64+172+251=487 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.14% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #40ACFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40ACFB is #BF5304. Grayscale: #949494. Windows color (decimal): -12538629 or 16493632. OLE color: 16493632.

HSL color Cylindrical-coordinate representation of color #40ACFB: hue angle of 205.35º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40ACFB is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB64172251-
CMYK0.750.3100.02
HSL205.35º95.9%61.76%-
HSV(B)205.35º74.5%98.43%-
XYZ34.2837.5696.71-
YUV148.71185.7267.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.14%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 251 (98.44% from 255) = 51.54%
R=13.14%
G=35.32%
B=51.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal641722510.750.3100.02205.3595.961.76
Hex40ACFB4B1F02cd603e
Octal100254373113370231514076
Binary10000001010110011111011100101111111010110011011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40ACFB;
 }
 .AnyTagClassName
 {
   color: #40ACFB;
 }
</style>
background-color css

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

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

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

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

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

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