#40AFFD

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

Shades of Summer Sky #40AFFD

Tints of Summer Sky #40AFFD

Color information

#40AFFD (or 0x40AFFD) is unknown color: approx Summer Sky. HEX triplet: 40, AF and FD. RGB value is (64,175,253). Sum of RGB (Red+Green+Blue) = 64+175+253=492 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.01% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #40AFFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40AFFD is #BF5002. Grayscale: #969696. Windows color (decimal): -12537859 or 16625472. OLE color: 16625472.

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

Color convert

RGB64175253-
CMYK0.750.3100.01
HSL204.76º97.93%62.16%-
HSV(B)204.76º74.7%99.22%-
XYZ35.1738.8498.57-
YUV150.7185.7366.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.01%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 253 (99.22% from 255) = 51.42%
R=13.01%
G=35.57%
B=51.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal641752530.750.3100.01204.7697.9362.16
Hex40AFFD4B1F01cd623e
Octal100257375113370131514276
Binary1000000101011111111110110010111111101110011011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,175,253); }

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

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

 a { background-color: rgb(64,175,253); }

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

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

 span { border-color: rgb(64,175,253); }

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