#40BCD9

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

Shades of Summer Sky #40BCD9

Tints of Summer Sky #40BCD9

Color information

#40BCD9 (or 0x40BCD9) is unknown color: approx Summer Sky. HEX triplet: 40, BC and D9. RGB value is (64,188,217). Sum of RGB (Red+Green+Blue) = 64+188+217=469 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.65% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 217 - color contains mainly: blue. Hex color #40BCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BCD9 is #BF4326. Grayscale: #999999. Windows color (decimal): -12534567 or 14269504. OLE color: 14269504.

HSL color Cylindrical-coordinate representation of color #40BCD9: hue angle of 191.37º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40BCD9 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB64188217-
CMYK0.710.1300.15
HSL191.37º66.81%55.1%-
HSV(B)191.37º70.51%85.1%-
XYZ32.6242.0772.05-
YUV154.23163.4263.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.65%
GREEN value IS 188 (73.83% from 255) = 40.09%
BLUE value IS 217 (85.16% from 255) = 46.27%
R=13.65%
G=40.09%
B=46.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal641882170.710.1300.15191.3766.8155.1
Hex40BCD947D0Fbf4337
Octal1002743311071501727710367
Binary100000010111100110110011000111110101111101111111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,188,217); }

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

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

 a { background-color: rgb(64,188,217); }

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

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

 span { border-color: rgb(64,188,217); }

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