#40BFD4

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

Shades of Summer Sky #40BFD4

Tints of Summer Sky #40BFD4

Color information

#40BFD4 (or 0x40BFD4) is unknown color: approx Summer Sky. HEX triplet: 40, BF and D4. RGB value is (64,191,212). Sum of RGB (Red+Green+Blue) = 64+191+212=467 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.70% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #40BFD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BFD4 is #BF402B. Grayscale: #9B9B9B. Windows color (decimal): -12533804 or 13942592. OLE color: 13942592.

HSL color Cylindrical-coordinate representation of color #40BFD4: hue angle of 188.51º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40BFD4 is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB64191212-
CMYK0.700.1000.17
HSL188.51º63.25%54.12%-
HSV(B)188.51º69.81%83.14%-
XYZ32.6343.1168.89-
YUV155.42159.9262.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.70%
GREEN value IS 191 (75% from 255) = 40.90%
BLUE value IS 212 (83.20% from 255) = 45.40%
R=13.70%
G=40.90%
B=45.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal641912120.700.1000.17188.5163.2554.12
Hex40BFD446A011bd3f36
Octal100277324106120212757766
Binary100000010111111110101001000110101001000110111101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,191,212); }

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

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

 a { background-color: rgb(64,191,212); }

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

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

 span { border-color: rgb(64,191,212); }

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