#40B1F2

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

Shades of Summer Sky #40B1F2

Tints of Summer Sky #40B1F2

Color information

#40B1F2 (or 0x40B1F2) is unknown color: approx Summer Sky. HEX triplet: 40, B1 and F2. RGB value is (64,177,242). Sum of RGB (Red+Green+Blue) = 64+177+242=483 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.25% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #40B1F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40B1F2 is #BF4E0D. Grayscale: #969696. Windows color (decimal): -12537358 or 15905088. OLE color: 15905088.

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

Color convert

RGB64177242-
CMYK0.740.2700.05
HSL201.91º87.25%60%-
HSV(B)201.91º73.55%94.9%-
XYZ33.8638.9589.74-
YUV150.62179.5666.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.25%
GREEN value IS 177 (69.53% from 255) = 36.65%
BLUE value IS 242 (94.92% from 255) = 50.10%
R=13.25%
G=36.65%
B=50.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal641772420.740.2700.05201.9187.2560
Hex40B1F24A1B05ca573c
Octal100261362112330531212774
Binary100000010110001111100101001010110110101110010101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,177,242); }

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

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

 a { background-color: rgb(64,177,242); }

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

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

 span { border-color: rgb(64,177,242); }

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