#40ADFB

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

Shades of Summer Sky #40ADFB

Tints of Summer Sky #40ADFB

Color information

#40ADFB (or 0x40ADFB) is unknown color: approx Summer Sky. HEX triplet: 40, AD and FB. RGB value is (64,173,251). Sum of RGB (Red+Green+Blue) = 64+173+251=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #40ADFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40ADFB is #BF5204. Grayscale: #949494. Windows color (decimal): -12538373 or 16493888. OLE color: 16493888.

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

Color convert

RGB64173251-
CMYK0.750.3100.02
HSL205.03º95.9%61.76%-
HSV(B)205.03º74.5%98.43%-
XYZ34.4737.9496.77-
YUV149.3185.3967.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.11%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 251 (98.44% from 255) = 51.43%
R=13.11%
G=35.45%
B=51.43%

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
Decimal641732510.750.3100.02205.0395.961.76
Hex40ADFB4B1F02cd603e
Octal100255373113370231514076
Binary10000001010110111111011100101111111010110011011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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