#40C6E6

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

Shades of Summer Sky #40C6E6

Tints of Summer Sky #40C6E6

Color information

#40C6E6 (or 0x40C6E6) is unknown color: approx Summer Sky. HEX triplet: 40, C6 and E6. RGB value is (64,198,230). Sum of RGB (Red+Green+Blue) = 64+198+230=492 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.01% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 230 - color contains mainly: blue. Hex color #40C6E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C6E6 is #BF3919. Grayscale: #A1A1A1. Windows color (decimal): -12531994 or 15124032. OLE color: 15124032.

HSL color Cylindrical-coordinate representation of color #40C6E6: hue angle of 191.57º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40C6E6 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB64198230-
CMYK0.720.1400.10
HSL191.57º76.85%57.65%-
HSV(B)191.57º72.17%90.2%-
XYZ36.5947.1982.04-
YUV161.58166.6158.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.01%
GREEN value IS 198 (77.73% from 255) = 40.24%
BLUE value IS 230 (90.23% from 255) = 46.75%
R=13.01%
G=40.24%
B=46.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal641982300.720.1400.10191.5776.8557.65
Hex40C6E648E0Ac04d3a
Octal1003063461101601230011572
Binary100000011000110111001101001000111001010110000001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,198,230); }

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

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

 a { background-color: rgb(64,198,230); }

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

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

 span { border-color: rgb(64,198,230); }

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