#40C6FF

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

Shades of Summer Sky #40C6FF

Tints of Summer Sky #40C6FF

Color information

#40C6FF (or 0x40C6FF) is unknown color: approx Summer Sky. HEX triplet: 40, C6 and FF. RGB value is (64,198,255). Sum of RGB (Red+Green+Blue) = 64+198+255=517 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.38% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #40C6FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C6FF is #BF3900. Grayscale: #A4A4A4. Windows color (decimal): -12531969 or 16762432. OLE color: 16762432.

HSL color Cylindrical-coordinate representation of color #40C6FF: hue angle of 197.91º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40C6FF is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB64198255-
CMYK0.750.2200
HSL197.91º100%62.55%-
HSV(B)197.91º74.9%100%-
XYZ40.3648.7101.88-
YUV164.43179.1156.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.38%
GREEN value IS 198 (77.73% from 255) = 38.30%
BLUE value IS 255 (100% from 255) = 49.32%
R=12.38%
G=38.30%
B=49.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal641982550.750.2200197.9110062.55
Hex40C6FF4B1600c6643f
Octal100306377113260030614477
Binary1000000110001101111111110010111011000110001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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