#40D2F1

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

Shades of Summer Sky #40D2F1

Tints of Summer Sky #40D2F1

Color information

#40D2F1 (or 0x40D2F1) is unknown color: approx Summer Sky. HEX triplet: 40, D2 and F1. RGB value is (64,210,241). Sum of RGB (Red+Green+Blue) = 64+210+241=515 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.43% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #40D2F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D2F1 is #BF2D0E. Grayscale: #A9A9A9. Windows color (decimal): -12528911 or 15848000. OLE color: 15848000.

HSL color Cylindrical-coordinate representation of color #40D2F1: hue angle of 190.51º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40D2F1 is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB64210241-
CMYK0.730.1300.05
HSL190.51º86.34%59.8%-
HSV(B)190.51º73.44%94.51%-
XYZ41.0453.5391.39-
YUV169.88168.1352.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.43%
GREEN value IS 210 (82.42% from 255) = 40.78%
BLUE value IS 241 (94.53% from 255) = 46.80%
R=12.43%
G=40.78%
B=46.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal642102410.730.1300.05190.5186.3459.8
Hex40D2F149D05bf563c
Octal100322361111150527712674
Binary10000001101001011110001100100111010101101111111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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