#40D2F0

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

Shades of Summer Sky #40D2F0

Tints of Summer Sky #40D2F0

Color information

#40D2F0 (or 0x40D2F0) is unknown color: approx Summer Sky. HEX triplet: 40, D2 and F0. RGB value is (64,210,240). Sum of RGB (Red+Green+Blue) = 64+210+240=514 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.45% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #40D2F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D2F0 is #BF2D0F. Grayscale: #A9A9A9. Windows color (decimal): -12528912 or 15782464. OLE color: 15782464.

HSL color Cylindrical-coordinate representation of color #40D2F0: hue angle of 190.23º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40D2F0 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB64210240-
CMYK0.730.1200.06
HSL190.23º85.44%59.61%-
HSV(B)190.23º73.33%94.12%-
XYZ40.8953.4790.6-
YUV169.77167.6352.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.45%
GREEN value IS 210 (82.42% from 255) = 40.86%
BLUE value IS 240 (94.14% from 255) = 46.69%
R=12.45%
G=40.86%
B=46.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal642102400.730.1200.06190.2385.4459.61
Hex40D2F049C06be553c
Octal100322360111140627612574
Binary10000001101001011110000100100111000110101111101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,210,240); }

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

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

 a { background-color: rgb(64,210,240); }

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

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

 span { border-color: rgb(64,210,240); }

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