#3CB7DC

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

Shades of Summer Sky #3CB7DC

Tints of Summer Sky #3CB7DC

Color information

#3CB7DC (or 0x3CB7DC) is unknown color: approx Summer Sky. HEX triplet: 3C, B7 and DC. RGB value is (60,183,220). Sum of RGB (Red+Green+Blue) = 60+183+220=463 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.96% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #3CB7DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB7DC is #C34823. Grayscale: #969696. Windows color (decimal): -12797988 or 14464828. OLE color: 14464828.

HSL color Cylindrical-coordinate representation of color #3CB7DC: hue angle of 193.88º 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 #3CB7DC is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB60183220-
CMYK0.730.1700.14
HSL193.88º69.57%54.9%-
HSV(B)193.88º72.73%86.27%-
XYZ31.7239.9973.76-
YUV150.44167.2563.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.96%
GREEN value IS 183 (71.88% from 255) = 39.52%
BLUE value IS 220 (86.33% from 255) = 47.52%
R=12.96%
G=39.52%
B=47.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal601832200.730.1700.14193.8869.5754.9
Hex3CB7DC49110Ec24637
Octal742673341112101630210667
Binary111100101101111101110010010011000101110110000101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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