#3C9EDC

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

Shades of Summer Sky #3C9EDC

Tints of Summer Sky #3C9EDC

Color information

#3C9EDC (or 0x3C9EDC) is unknown color: approx Summer Sky. HEX triplet: 3C, 9E and DC. RGB value is (60,158,220). Sum of RGB (Red+Green+Blue) = 60+158+220=438 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.70% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C9EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C9EDC is #C36123. Grayscale: #878787. Windows color (decimal): -12804388 or 14458428. OLE color: 14458428.

HSL color Cylindrical-coordinate representation of color #3C9EDC: hue angle of 203.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C9EDC is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB60158220-
CMYK0.730.2800.14
HSL203.25º69.57%54.9%-
HSV(B)203.25º72.73%86.27%-
XYZ27.0130.5872.19-
YUV135.77175.5373.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.70%
GREEN value IS 158 (62.11% from 255) = 36.07%
BLUE value IS 220 (86.33% from 255) = 50.23%
R=13.70%
G=36.07%
B=50.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal601582200.730.2800.14203.2569.5754.9
Hex3C9EDC491C0Ecb4637
Octal742363341113401631310667
Binary111100100111101101110010010011110001110110010111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C9EDC; }

 p { color: rgb(60,158,220); }

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

<style>
 a { background-color: #3C9EDC; }

 a { background-color: rgb(60,158,220); }

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

<style>
 span { border-color: #3C9EDC; }

 span { border-color: rgb(60,158,220); }

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