#40D1F1

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

Shades of Summer Sky #40D1F1

Tints of Summer Sky #40D1F1

Color information

#40D1F1 (or 0x40D1F1) is unknown color: approx Summer Sky. HEX triplet: 40, D1 and F1. RGB value is (64,209,241). Sum of RGB (Red+Green+Blue) = 64+209+241=514 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.45% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #40D1F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D1F1 is #BF2E0E. Grayscale: #A9A9A9. Windows color (decimal): -12529167 or 15847744. OLE color: 15847744.

HSL color Cylindrical-coordinate representation of color #40D1F1: hue angle of 190.85º 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 #40D1F1 is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB64209241-
CMYK0.730.1300.05
HSL190.85º86.34%59.8%-
HSV(B)190.85º73.44%94.51%-
XYZ40.7953.0491.31-
YUV169.29168.4652.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.45%
GREEN value IS 209 (82.03% from 255) = 40.66%
BLUE value IS 241 (94.53% from 255) = 46.89%
R=12.45%
G=40.66%
B=46.89%

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
Decimal642092410.730.1300.05190.8586.3459.8
Hex40D1F149D05bf563c
Octal100321361111150527712674
Binary10000001101000111110001100100111010101101111111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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