#40C0DF

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

Shades of Summer Sky #40C0DF

Tints of Summer Sky #40C0DF

Color information

#40C0DF (or 0x40C0DF) is unknown color: approx Summer Sky. HEX triplet: 40, C0 and DF. RGB value is (64,192,223). Sum of RGB (Red+Green+Blue) = 64+192+223=479 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.36% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #40C0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C0DF is #BF3F20. Grayscale: #9D9D9D. Windows color (decimal): -12533537 or 14663744. OLE color: 14663744.

HSL color Cylindrical-coordinate representation of color #40C0DF: hue angle of 191.7º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40C0DF is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB64192223-
CMYK0.710.1400.13
HSL191.7º71.3%56.27%-
HSV(B)191.7º71.3%87.45%-
XYZ34.2844.1276.52-
YUV157.26165.0961.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.36%
GREEN value IS 192 (75.39% from 255) = 40.08%
BLUE value IS 223 (87.5% from 255) = 46.56%
R=13.36%
G=40.08%
B=46.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal641922230.710.1400.13191.771.356.27
Hex40C0DF47E0Dc04738
Octal1003003371071601530010770
Binary100000011000000110111111000111111001101110000001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,192,223); }

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

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

 a { background-color: rgb(64,192,223); }

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

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

 span { border-color: rgb(64,192,223); }

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