#40D5F8

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

Shades of Summer Sky #40D5F8

Tints of Summer Sky #40D5F8

Color information

#40D5F8 (or 0x40D5F8) is unknown color: approx Summer Sky. HEX triplet: 40, D5 and F8. RGB value is (64,213,248). Sum of RGB (Red+Green+Blue) = 64+213+248=525 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.19% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 248 - color contains mainly: blue. Hex color #40D5F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D5F8 is #BF2A07. Grayscale: #ACACAC. Windows color (decimal): -12528136 or 16307520. OLE color: 16307520.

HSL color Cylindrical-coordinate representation of color #40D5F8: hue angle of 191.41º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40D5F8 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB64213248-
CMYK0.740.1400.03
HSL191.41º92.93%61.18%-
HSV(B)191.41º74.19%97.25%-
XYZ42.8555.4697.25-
YUV172.44170.6450.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.19%
GREEN value IS 213 (83.59% from 255) = 40.57%
BLUE value IS 248 (97.27% from 255) = 47.24%
R=12.19%
G=40.57%
B=47.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal642132480.740.1400.03191.4192.9361.18
Hex40D5F84AE03bf5d3d
Octal100325370112160327713575
Binary1000000110101011111100010010101110011101111111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,213,248); }

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

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

 a { background-color: rgb(64,213,248); }

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

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

 span { border-color: rgb(64,213,248); }

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