#40B8F1

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

Shades of Summer Sky #40B8F1

Tints of Summer Sky #40B8F1

Color information

#40B8F1 (or 0x40B8F1) is unknown color: approx Summer Sky. HEX triplet: 40, B8 and F1. RGB value is (64,184,241). Sum of RGB (Red+Green+Blue) = 64+184+241=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #40B8F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40B8F1 is #BF470E. Grayscale: #9A9A9A. Windows color (decimal): -12535567 or 15841344. OLE color: 15841344.

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

Color convert

RGB64184241-
CMYK0.730.2400.05
HSL199.32º86.34%59.8%-
HSV(B)199.32º73.44%94.51%-
XYZ35.1341.7289.42-
YUV154.62176.7463.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.09%
GREEN value IS 184 (72.27% from 255) = 37.63%
BLUE value IS 241 (94.53% from 255) = 49.28%
R=13.09%
G=37.63%
B=49.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal641842410.730.2400.05199.3286.3459.8
Hex40B8F1491805c7563c
Octal100270361111300530712674
Binary100000010111000111100011001001110000101110001111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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