#40D0F1

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

Shades of Summer Sky #40D0F1

Tints of Summer Sky #40D0F1

Color information

#40D0F1 (or 0x40D0F1) is unknown color: approx Summer Sky. HEX triplet: 40, D0 and F1. RGB value is (64,208,241). Sum of RGB (Red+Green+Blue) = 64+208+241=513 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.48% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #40D0F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D0F1 is #BF2F0E. Grayscale: #A8A8A8. Windows color (decimal): -12529423 or 15847488. OLE color: 15847488.

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

Color convert

RGB64208241-
CMYK0.730.1400.05
HSL191.19º86.34%59.8%-
HSV(B)191.19º73.44%94.51%-
XYZ40.5552.5591.23-
YUV168.71168.7953.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.48%
GREEN value IS 208 (81.64% from 255) = 40.55%
BLUE value IS 241 (94.53% from 255) = 46.98%
R=12.48%
G=40.55%
B=46.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal642082410.730.1400.05191.1986.3459.8
Hex40D0F149E05bf563c
Octal100320361111160527712674
Binary10000001101000011110001100100111100101101111111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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